HSL(40, 60%, 80%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(40,60%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(40, 60%, 80%) | color: hsl(40, 60%, 80%) | |
| HEX | #EBD6AD | color: #EBD6AD | |
| RGB | rgb(235, 214, 173) | color: rgb(235, 214, 173) | |
| CMYK | cmyk(0%, 9%, 26%, 8%) | — | |
| HSV | hsv(40, 26%, 92%) | — | |
| HWB | hwb(40 68% 8%) | color: hwb(40 68% 8%) | |
| OKLCH | oklch(0.8832 0.0587 83.98) | color: oklch(0.8832 0.0587 83.98) | |
| Lab | lab(86.39 1.08 22.93) | color: lab(86.39 1.08 22.93) | |
| LCH | lch(86.39 22.96 87.3) | color: lch(86.39 22.96 87.3) |
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)
#E2E2B7 — rgb(226, 226, 183)
Deuteranopia (Green-blind)
#E3E5B9 — rgb(227, 229, 185)
Tritanopia (Blue-blind)
#EABFC0 — rgb(234, 191, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(40, 60%, 80%);
text
color: hsl(40, 60%, 80%);
border
border: 2px solid hsl(40, 60%, 80%);
gradient light
background: linear-gradient(to right, hsl(40, 60%, 100%), hsl(40, 60%, 80%));
gradient dark
background: linear-gradient(to right, hsl(40, 60%, 80%), hsl(40, 60%, 60%))
hex
background-color: #EBD6AD;
tailwind
bg-[hsl(40,60%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(40, 60%, 80%, 0.4);
css variable
--color-primary: hsl(40, 60%, 80%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(40, 60%, 80%)?
HEX: #EBD6AD | RGB: rgb(235, 214, 173) | CMYK: 0%, 9%, 26%, 8% | HSV: 40°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #EBD6AD?
The complementary color is HSL(220, 60%, 80%). 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, 60%, 80%) in CSS?
As HSL: color: hsl(40, 60%, 80%); — As HEX: color: #EBD6AD; — As RGB: color: rgb(235, 214, 173); — Tailwind CSS: bg-[hsl(40,60%,80%)] — CSS variable: --color-primary: hsl(40, 60%, 80%);