HSL(41, 80%, 60%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,80%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 80%, 60%) | color: hsl(41, 80%, 60%) | |
| HEX | #EBB747 | color: #EBB747 | |
| RGB | rgb(235, 183, 71) | color: rgb(235, 183, 71) | |
| CMYK | cmyk(0%, 22%, 70%, 8%) | — | |
| HSV | hsv(41, 70%, 92%) | — | |
| HWB | hwb(41 28% 8%) | color: hwb(41 28% 8%) | |
| OKLCH | oklch(0.807 0.1392 83.25) | color: oklch(0.807 0.1392 83.25) | |
| Lab | lab(77.27 7.77 61.74) | color: lab(77.27 7.77 61.74) | |
| LCH | lch(77.27 62.23 82.83) | color: lch(77.27 62.23 82.83) |
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)
#D4D462 — rgb(212, 212, 98)
Deuteranopia (Green-blind)
#D8DB69 — rgb(216, 219, 105)
Tritanopia (Blue-blind)
#E8777C — rgb(232, 119, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 80%, 60%);
text
color: hsl(41, 80%, 60%);
border
border: 2px solid hsl(41, 80%, 60%);
gradient light
background: linear-gradient(to right, hsl(41, 80%, 80%), hsl(41, 80%, 60%));
gradient dark
background: linear-gradient(to right, hsl(41, 80%, 60%), hsl(41, 80%, 40%))
hex
background-color: #EBB747;
tailwind
bg-[hsl(41,80%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 80%, 60%, 0.4);
css variable
--color-primary: hsl(41, 80%, 60%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 80%, 60%)?
HEX: #EBB747 | RGB: rgb(235, 183, 71) | CMYK: 0%, 22%, 70%, 8% | HSV: 41°, 70%, 92%. Copy any format from the conversion table above.
What colors go well with #EBB747?
The complementary color is HSL(221, 80%, 60%). 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, 80%, 60%) in CSS?
As HSL: color: hsl(41, 80%, 60%); — As HEX: color: #EBB747; — As RGB: color: rgb(235, 183, 71); — Tailwind CSS: bg-[hsl(41,80%,60%)] — CSS variable: --color-primary: hsl(41, 80%, 60%);