HSL(39, 49%, 76%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,49%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 49%, 76%) | color: hsl(39, 49%, 76%) | |
| HEX | #E0CBA4 | color: #E0CBA4 | |
| RGB | rgb(224, 203, 164) | color: rgb(224, 203, 164) | |
| CMYK | cmyk(0%, 9%, 27%, 12%) | — | |
| HSV | hsv(39, 27%, 88%) | — | |
| HWB | hwb(39 64% 12%) | color: hwb(39 64% 12%) | |
| OKLCH | oklch(0.8498 0.0568 82.89) | color: oklch(0.8498 0.0568 82.89) | |
| Lab | lab(82.51 1.43 22.16) | color: lab(82.51 1.43 22.16) | |
| LCH | lch(82.51 22.21 86.31) | color: lch(82.51 22.21 86.31) |
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)
#D7D7AD — rgb(215, 215, 173)
Deuteranopia (Green-blind)
#D8DAB0 — rgb(216, 218, 176)
Tritanopia (Blue-blind)
#DFB5B7 — rgb(223, 181, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 49%, 76%);
text
color: hsl(39, 49%, 76%);
border
border: 2px solid hsl(39, 49%, 76%);
gradient light
background: linear-gradient(to right, hsl(39, 49%, 96%), hsl(39, 49%, 76%));
gradient dark
background: linear-gradient(to right, hsl(39, 49%, 76%), hsl(39, 49%, 56%))
hex
background-color: #E0CBA4;
tailwind
bg-[hsl(39,49%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 49%, 76%, 0.4);
css variable
--color-primary: hsl(39, 49%, 76%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 49%, 76%)?
HEX: #E0CBA4 | RGB: rgb(224, 203, 164) | CMYK: 0%, 9%, 27%, 12% | HSV: 39°, 27%, 88%. Copy any format from the conversion table above.
What colors go well with #E0CBA4?
The complementary color is HSL(219, 49%, 76%). 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, 49%, 76%) in CSS?
As HSL: color: hsl(39, 49%, 76%); — As HEX: color: #E0CBA4; — As RGB: color: rgb(224, 203, 164); — Tailwind CSS: bg-[hsl(39,49%,76%)] — CSS variable: --color-primary: hsl(39, 49%, 76%);