HSL(39, 94%, 47%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,94%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 94%, 47%) | color: hsl(39, 94%, 47%) | |
| HEX | #E99A07 | color: #E99A07 | |
| RGB | rgb(233, 154, 7) | color: rgb(233, 154, 7) | |
| CMYK | cmyk(0%, 34%, 97%, 9%) | — | |
| HSV | hsv(39, 97%, 91%) | — | |
| HWB | hwb(39 3% 9%) | color: hwb(39 3% 9%) | |
| OKLCH | oklch(0.7471 0.1584 72.46) | color: oklch(0.7471 0.1584 72.46) | |
| Lab | lab(69.79 20.49 73.41) | color: lab(69.79 20.49 73.41) | |
| LCH | lch(69.79 76.22 74.4) | color: lch(69.79 76.22 74.4) |
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)
#C7C62B — rgb(199, 198, 43)
Deuteranopia (Green-blind)
#CBD133 — rgb(203, 209, 51)
Tritanopia (Blue-blind)
#E5474D — rgb(229, 71, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 94%, 47%);
text
color: hsl(39, 94%, 47%);
border
border: 2px solid hsl(39, 94%, 47%);
gradient light
background: linear-gradient(to right, hsl(39, 94%, 67%), hsl(39, 94%, 47%));
gradient dark
background: linear-gradient(to right, hsl(39, 94%, 47%), hsl(39, 94%, 27%))
hex
background-color: #E99A07;
tailwind
bg-[hsl(39,94%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 94%, 47%, 0.4);
css variable
--color-primary: hsl(39, 94%, 47%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 94%, 47%)?
HEX: #E99A07 | RGB: rgb(233, 154, 7) | CMYK: 0%, 34%, 97%, 9% | HSV: 39°, 97%, 91%. Copy any format from the conversion table above.
What colors go well with #E99A07?
The complementary color is HSL(219, 94%, 47%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 94%, 47%) in CSS?
As HSL: color: hsl(39, 94%, 47%); — As HEX: color: #E99A07; — As RGB: color: rgb(233, 154, 7); — Tailwind CSS: bg-[hsl(39,94%,47%)] — CSS variable: --color-primary: hsl(39, 94%, 47%);