HSL(17, 90%, 43%)
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,90%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 90%, 43%) | color: hsl(17, 90%, 43%) | |
| HEX | #D0430B | color: #D0430B | |
| RGB | rgb(208, 67, 11) | color: rgb(208, 67, 11) | |
| CMYK | cmyk(0%, 68%, 95%, 18%) | — | |
| HSV | hsv(17, 95%, 82%) | — | |
| HWB | hwb(17 4% 18%) | color: hwb(17 4% 18%) | |
| OKLCH | oklch(0.5792 0.1861 37.67) | color: oklch(0.5792 0.1861 37.67) | |
| Lab | lab(48.83 53.6 57.24) | color: lab(48.83 53.6 57.24) | |
| LCH | lch(48.83 78.42 46.88) | color: lch(48.83 78.42 46.88) |
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)
#939219 — rgb(147, 146, 25)
Deuteranopia (Green-blind)
#9BA61C — rgb(155, 166, 28)
Tritanopia (Blue-blind)
#C92326 — rgb(201, 35, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 90%, 43%);
text
color: hsl(17, 90%, 43%);
border
border: 2px solid hsl(17, 90%, 43%);
gradient light
background: linear-gradient(to right, hsl(17, 90%, 63%), hsl(17, 90%, 43%));
gradient dark
background: linear-gradient(to right, hsl(17, 90%, 43%), hsl(17, 90%, 23%))
hex
background-color: #D0430B;
tailwind
bg-[hsl(17,90%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 90%, 43%, 0.4);
css variable
--color-primary: hsl(17, 90%, 43%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 90%, 43%)?
HEX: #D0430B | RGB: rgb(208, 67, 11) | CMYK: 0%, 68%, 95%, 18% | HSV: 17°, 95%, 82%. Copy any format from the conversion table above.
What colors go well with #D0430B?
The complementary color is HSL(197, 90%, 43%). 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, 90%, 43%) in CSS?
As HSL: color: hsl(17, 90%, 43%); — As HEX: color: #D0430B; — As RGB: color: rgb(208, 67, 11); — Tailwind CSS: bg-[hsl(17,90%,43%)] — CSS variable: --color-primary: hsl(17, 90%, 43%);