HSL(22, 95%, 47%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,95%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 95%, 47%) | color: hsl(22, 95%, 47%) | |
| HEX | #EA5906 | color: #EA5906 | |
| RGB | rgb(234, 89, 6) | color: rgb(234, 89, 6) | |
| CMYK | cmyk(0%, 62%, 97%, 8%) | — | |
| HSV | hsv(22, 97%, 92%) | — | |
| HWB | hwb(22 3% 8%) | color: hwb(22 3% 8%) | |
| OKLCH | oklch(0.6472 0.194 41.82) | color: oklch(0.6472 0.194 41.82) | |
| Lab | lab(56.74 53.33 65.31) | color: lab(56.74 53.33 65.31) | |
| LCH | lch(56.74 84.32 50.77) | color: lch(56.74 84.32 50.77) |
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)
#ABAA1A — rgb(171, 170, 26)
Deuteranopia (Green-blind)
#B4BF1F — rgb(180, 191, 31)
Tritanopia (Blue-blind)
#E32A2D — rgb(227, 42, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 95%, 47%);
text
color: hsl(22, 95%, 47%);
border
border: 2px solid hsl(22, 95%, 47%);
gradient light
background: linear-gradient(to right, hsl(22, 95%, 67%), hsl(22, 95%, 47%));
gradient dark
background: linear-gradient(to right, hsl(22, 95%, 47%), hsl(22, 95%, 27%))
hex
background-color: #EA5906;
tailwind
bg-[hsl(22,95%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 95%, 47%, 0.4);
css variable
--color-primary: hsl(22, 95%, 47%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 95%, 47%)?
HEX: #EA5906 | RGB: rgb(234, 89, 6) | CMYK: 0%, 62%, 97%, 8% | HSV: 22°, 97%, 92%. Copy any format from the conversion table above.
What colors go well with #EA5906?
The complementary color is HSL(202, 95%, 47%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 95%, 47%) in CSS?
As HSL: color: hsl(22, 95%, 47%); — As HEX: color: #EA5906; — As RGB: color: rgb(234, 89, 6); — Tailwind CSS: bg-[hsl(22,95%,47%)] — CSS variable: --color-primary: hsl(22, 95%, 47%);