HSL(39, 70%, 73%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,70%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 70%, 73%) | color: hsl(39, 70%, 73%) | |
| HEX | #EAC98A | color: #EAC98A | |
| RGB | rgb(234, 201, 138) | color: rgb(234, 201, 138) | |
| CMYK | cmyk(0%, 14%, 41%, 8%) | — | |
| HSV | hsv(39, 41%, 92%) | — | |
| HWB | hwb(39 54% 8%) | color: hwb(39 54% 8%) | |
| OKLCH | oklch(0.8498 0.0887 83.06) | color: oklch(0.8498 0.0887 83.06) | |
| Lab | lab(82.43 3.22 35.77) | color: lab(82.43 3.22 35.77) | |
| LCH | lch(82.43 35.91 84.86) | color: lch(82.43 35.91 84.86) |
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)
#DCDB99 — rgb(220, 219, 153)
Deuteranopia (Green-blind)
#DEE09D — rgb(222, 224, 157)
Tritanopia (Blue-blind)
#E8A5A8 — rgb(232, 165, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 70%, 73%);
text
color: hsl(39, 70%, 73%);
border
border: 2px solid hsl(39, 70%, 73%);
gradient light
background: linear-gradient(to right, hsl(39, 70%, 93%), hsl(39, 70%, 73%));
gradient dark
background: linear-gradient(to right, hsl(39, 70%, 73%), hsl(39, 70%, 53%))
hex
background-color: #EAC98A;
tailwind
bg-[hsl(39,70%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 70%, 73%, 0.4);
css variable
--color-primary: hsl(39, 70%, 73%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 70%, 73%)?
HEX: #EAC98A | RGB: rgb(234, 201, 138) | CMYK: 0%, 14%, 41%, 8% | HSV: 39°, 41%, 92%. Copy any format from the conversion table above.
What colors go well with #EAC98A?
The complementary color is HSL(219, 70%, 73%). 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, 70%, 73%) in CSS?
As HSL: color: hsl(39, 70%, 73%); — As HEX: color: #EAC98A; — As RGB: color: rgb(234, 201, 138); — Tailwind CSS: bg-[hsl(39,70%,73%)] — CSS variable: --color-primary: hsl(39, 70%, 73%);