Can I DevTools?
All
120
Accessibility
9
Audit
2
CSS
32
Console
14
Elements
16
JavaScript
4
Network
17
Other
14
Sources
12
Favorites
0
About
Testimonials
It is like
@CanIUse
but for the browser devtools, created & curated by
@pankajparashar
. Get weekly tips & tricks for your favorite browser devtools by
subscribing
to the newsletter!
Ads via Carbon
1
2
3
4
CSS
Edit
Change color format
Can I change authored color format to other formats like hsl, hwb etc?
Last Modified
about 1 month ago
Author
@pankajparashar
Test Live
via
BrowserStack
Newsletter
tips-tricks-20
Related (0)
CHROME
Share
Notes
In the
Styles
pane, hold the
Shift
key and click on the color preview box to cycle through the various color formats like
hex
,
rgb
,
hsl
, and
hwb
.
Alternatively, you can change the color format in the
color picker
using the up-down arrow keys.
References (1)
"Support for the hwb() color function" -
Chrome Developers