HSL(40, 92%, 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(40,92%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(40, 92%, 47%) | color: hsl(40, 92%, 47%) | |
| HEX | #E69D0A | color: #E69D0A | |
| RGB | rgb(230, 157, 10) | color: rgb(230, 157, 10) | |
| CMYK | cmyk(0%, 32%, 96%, 10%) | — | |
| HSV | hsv(40, 96%, 90%) | — | |
| HWB | hwb(40 4% 10%) | color: hwb(40 4% 10%) | |
| OKLCH | oklch(0.7491 0.1562 75.26) | color: oklch(0.7491 0.1562 75.26) | |
| Lab | lab(70.15 17.63 73.12) | color: lab(70.15 17.63 73.12) | |
| LCH | lch(70.15 75.22 76.44) | color: lch(70.15 75.22 76.44) |
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)
#C6C62E — rgb(198, 198, 46)
Deuteranopia (Green-blind)
#CBD036 — rgb(203, 208, 54)
Tritanopia (Blue-blind)
#E24A50 — rgb(226, 74, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(40, 92%, 47%);
text
color: hsl(40, 92%, 47%);
border
border: 2px solid hsl(40, 92%, 47%);
gradient light
background: linear-gradient(to right, hsl(40, 92%, 67%), hsl(40, 92%, 47%));
gradient dark
background: linear-gradient(to right, hsl(40, 92%, 47%), hsl(40, 92%, 27%))
hex
background-color: #E69D0A;
tailwind
bg-[hsl(40,92%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(40, 92%, 47%, 0.4);
css variable
--color-primary: hsl(40, 92%, 47%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(40, 92%, 47%)?
HEX: #E69D0A | RGB: rgb(230, 157, 10) | CMYK: 0%, 32%, 96%, 10% | HSV: 40°, 96%, 90%. Copy any format from the conversion table above.
What colors go well with #E69D0A?
The complementary color is HSL(220, 92%, 47%). For a triadic harmony, use hues 40°, 160°, and 280°. For analogous combinations, try hues 10° and 70°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(40, 92%, 47%) in CSS?
As HSL: color: hsl(40, 92%, 47%); — As HEX: color: #E69D0A; — As RGB: color: rgb(230, 157, 10); — Tailwind CSS: bg-[hsl(40,92%,47%)] — CSS variable: --color-primary: hsl(40, 92%, 47%);