HSL(39, 75%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,75%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 75%, 71%) | color: hsl(39, 75%, 71%) | |
| HEX | #EDC67E | color: #EDC67E | |
| RGB | rgb(237, 198, 126) | color: rgb(237, 198, 126) | |
| CMYK | cmyk(0%, 16%, 47%, 7%) | — | |
| HSV | hsv(39, 47%, 93%) | — | |
| HWB | hwb(39 49% 7%) | color: hwb(39 49% 7%) | |
| OKLCH | oklch(0.8448 0.1006 81.99) | color: oklch(0.8448 0.1006 81.99) | |
| Lab | lab(81.78 4.76 41.12) | color: lab(81.78 4.76 41.12) | |
| LCH | lch(81.78 41.39 83.4) | color: lch(81.78 41.39 83.4) |
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)
#DCDC8F — rgb(220, 220, 143)
Deuteranopia (Green-blind)
#DEE194 — rgb(222, 225, 148)
Tritanopia (Blue-blind)
#EB9DA0 — rgb(235, 157, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 75%, 71%);
text
color: hsl(39, 75%, 71%);
border
border: 2px solid hsl(39, 75%, 71%);
gradient light
background: linear-gradient(to right, hsl(39, 75%, 91%), hsl(39, 75%, 71%));
gradient dark
background: linear-gradient(to right, hsl(39, 75%, 71%), hsl(39, 75%, 51%))
hex
background-color: #EDC67E;
tailwind
bg-[hsl(39,75%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 75%, 71%, 0.4);
css variable
--color-primary: hsl(39, 75%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 75%, 71%)?
HEX: #EDC67E | RGB: rgb(237, 198, 126) | CMYK: 0%, 16%, 47%, 7% | HSV: 39°, 47%, 93%. Copy any format from the conversion table above.
What colors go well with #EDC67E?
The complementary color is HSL(219, 75%, 71%). 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, 75%, 71%) in CSS?
As HSL: color: hsl(39, 75%, 71%); — As HEX: color: #EDC67E; — As RGB: color: rgb(237, 198, 126); — Tailwind CSS: bg-[hsl(39,75%,71%)] — CSS variable: --color-primary: hsl(39, 75%, 71%);