HSL(17, 92%, 41%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,92%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 92%, 41%) | color: hsl(17, 92%, 41%) | |
| HEX | #C93F08 | color: #C93F08 | |
| RGB | rgb(201, 63, 8) | color: rgb(201, 63, 8) | |
| CMYK | cmyk(0%, 69%, 96%, 21%) | — | |
| HSV | hsv(17, 96%, 79%) | — | |
| HWB | hwb(17 3% 21%) | color: hwb(17 3% 21%) | |
| OKLCH | oklch(0.5629 0.1828 37.44) | color: oklch(0.5629 0.1828 37.44) | |
| Lab | lab(46.97 52.8 56.21) | color: lab(46.97 52.8 56.21) | |
| LCH | lch(46.97 77.12 46.79) | color: lch(46.97 77.12 46.79) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#8D8C15 — rgb(141, 140, 21)
Deuteranopia (Green-blind)
#95A019 — rgb(149, 160, 25)
Tritanopia (Blue-blind)
#C22022 — rgb(194, 32, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 92%, 41%);
text
color: hsl(17, 92%, 41%);
border
border: 2px solid hsl(17, 92%, 41%);
gradient light
background: linear-gradient(to right, hsl(17, 92%, 61%), hsl(17, 92%, 41%));
gradient dark
background: linear-gradient(to right, hsl(17, 92%, 41%), hsl(17, 92%, 21%))
hex
background-color: #C93F08;
tailwind
bg-[hsl(17,92%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 92%, 41%, 0.4);
css variable
--color-primary: hsl(17, 92%, 41%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 92%, 41%)?
HEX: #C93F08 | RGB: rgb(201, 63, 8) | CMYK: 0%, 69%, 96%, 21% | HSV: 17°, 96%, 79%. Copy any format from the conversion table above.
What colors go well with #C93F08?
The complementary color is HSL(197, 92%, 41%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 92%, 41%) in CSS?
As HSL: color: hsl(17, 92%, 41%); — As HEX: color: #C93F08; — As RGB: color: rgb(201, 63, 8); — Tailwind CSS: bg-[hsl(17,92%,41%)] — CSS variable: --color-primary: hsl(17, 92%, 41%);