HSL(21, 91%, 42%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(21,91%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 91%, 42%) | color: hsl(21, 91%, 42%) | |
| HEX | #CD4E0A | color: #CD4E0A | |
| RGB | rgb(205, 78, 10) | color: rgb(205, 78, 10) | |
| CMYK | cmyk(0%, 62%, 95%, 20%) | — | |
| HSV | hsv(21, 95%, 80%) | — | |
| HWB | hwb(21 4% 20%) | color: hwb(21 4% 20%) | |
| OKLCH | oklch(0.5874 0.1742 41.73) | color: oklch(0.5874 0.1742 41.73) | |
| Lab | lab(50.04 47.87 57.97) | color: lab(50.04 47.87 57.97) | |
| LCH | lch(50.04 75.18 50.45) | color: lch(50.04 75.18 50.45) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#96951A — rgb(150, 149, 26)
Deuteranopia (Green-blind)
#9DA71E — rgb(157, 167, 30)
Tritanopia (Blue-blind)
#C7272A — rgb(199, 39, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 91%, 42%);
text
color: hsl(21, 91%, 42%);
border
border: 2px solid hsl(21, 91%, 42%);
gradient light
background: linear-gradient(to right, hsl(21, 91%, 62%), hsl(21, 91%, 42%));
gradient dark
background: linear-gradient(to right, hsl(21, 91%, 42%), hsl(21, 91%, 22%))
hex
background-color: #CD4E0A;
tailwind
bg-[hsl(21,91%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 91%, 42%, 0.4);
css variable
--color-primary: hsl(21, 91%, 42%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 91%, 42%)?
HEX: #CD4E0A | RGB: rgb(205, 78, 10) | CMYK: 0%, 62%, 95%, 20% | HSV: 21°, 95%, 80%. Copy any format from the conversion table above.
What colors go well with #CD4E0A?
The complementary color is HSL(201, 91%, 42%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(21, 91%, 42%) in CSS?
As HSL: color: hsl(21, 91%, 42%); — As HEX: color: #CD4E0A; — As RGB: color: rgb(205, 78, 10); — Tailwind CSS: bg-[hsl(21,91%,42%)] — CSS variable: --color-primary: hsl(21, 91%, 42%);