HSL(24, 94%, 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(24,94%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(24, 94%, 47%) | color: hsl(24, 94%, 47%) | |
| HEX | #E96107 | color: #E96107 | |
| RGB | rgb(233, 97, 7) | color: rgb(233, 97, 7) | |
| CMYK | cmyk(0%, 58%, 97%, 9%) | — | |
| HSV | hsv(24, 97%, 91%) | — | |
| HWB | hwb(24 3% 9%) | color: hwb(24 3% 9%) | |
| OKLCH | oklch(0.6559 0.1867 44.62) | color: oklch(0.6559 0.1867 44.62) | |
| Lab | lab(57.94 49.4 65.74) | color: lab(57.94 49.4 65.74) | |
| LCH | lch(57.94 82.23 53.08) | color: lch(57.94 82.23 53.08) |
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)
#AEAD1D — rgb(174, 173, 29)
Deuteranopia (Green-blind)
#B6C022 — rgb(182, 192, 34)
Tritanopia (Blue-blind)
#E22E32 — rgb(226, 46, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(24, 94%, 47%);
text
color: hsl(24, 94%, 47%);
border
border: 2px solid hsl(24, 94%, 47%);
gradient light
background: linear-gradient(to right, hsl(24, 94%, 67%), hsl(24, 94%, 47%));
gradient dark
background: linear-gradient(to right, hsl(24, 94%, 47%), hsl(24, 94%, 27%))
hex
background-color: #E96107;
tailwind
bg-[hsl(24,94%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(24, 94%, 47%, 0.4);
css variable
--color-primary: hsl(24, 94%, 47%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(24, 94%, 47%)?
HEX: #E96107 | RGB: rgb(233, 97, 7) | CMYK: 0%, 58%, 97%, 9% | HSV: 24°, 97%, 91%. Copy any format from the conversion table above.
What colors go well with #E96107?
The complementary color is HSL(204, 94%, 47%). For a triadic harmony, use hues 24°, 144°, and 264°. For analogous combinations, try hues 354° and 54°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(24, 94%, 47%) in CSS?
As HSL: color: hsl(24, 94%, 47%); — As HEX: color: #E96107; — As RGB: color: rgb(233, 97, 7); — Tailwind CSS: bg-[hsl(24,94%,47%)] — CSS variable: --color-primary: hsl(24, 94%, 47%);