HSL(41, 85%, 52%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,85%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 85%, 52%) | color: hsl(41, 85%, 52%) | |
| HEX | #EDAB1D | color: #EDAB1D | |
| RGB | rgb(237, 171, 29) | color: rgb(237, 171, 29) | |
| CMYK | cmyk(0%, 28%, 88%, 7%) | — | |
| HSV | hsv(41, 88%, 93%) | — | |
| HWB | hwb(41 11% 7%) | color: hwb(41 11% 7%) | |
| OKLCH | oklch(0.7837 0.1567 79.5) | color: oklch(0.7837 0.1567 79.5) | |
| Lab | lab(74.33 13.49 73.19) | color: lab(74.33 13.49 73.19) | |
| LCH | lch(74.33 74.42 79.56) | color: lch(74.33 74.42 79.56) |
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)
#D0D03F — rgb(208, 208, 63)
Deuteranopia (Green-blind)
#D4D948 — rgb(212, 217, 72)
Tritanopia (Blue-blind)
#EA5A60 — rgb(234, 90, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 85%, 52%);
text
color: hsl(41, 85%, 52%);
border
border: 2px solid hsl(41, 85%, 52%);
gradient light
background: linear-gradient(to right, hsl(41, 85%, 72%), hsl(41, 85%, 52%));
gradient dark
background: linear-gradient(to right, hsl(41, 85%, 52%), hsl(41, 85%, 32%))
hex
background-color: #EDAB1D;
tailwind
bg-[hsl(41,85%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 85%, 52%, 0.4);
css variable
--color-primary: hsl(41, 85%, 52%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 85%, 52%)?
HEX: #EDAB1D | RGB: rgb(237, 171, 29) | CMYK: 0%, 28%, 88%, 7% | HSV: 41°, 88%, 93%. Copy any format from the conversion table above.
What colors go well with #EDAB1D?
The complementary color is HSL(221, 85%, 52%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 85%, 52%) in CSS?
As HSL: color: hsl(41, 85%, 52%); — As HEX: color: #EDAB1D; — As RGB: color: rgb(237, 171, 29); — Tailwind CSS: bg-[hsl(41,85%,52%)] — CSS variable: --color-primary: hsl(41, 85%, 52%);