HSL(39, 60%, 62%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,60%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 60%, 62%) | color: hsl(39, 60%, 62%) | |
| HEX | #D8B064 | color: #D8B064 | |
| RGB | rgb(216, 176, 100) | color: rgb(216, 176, 100) | |
| CMYK | cmyk(0%, 19%, 54%, 15%) | — | |
| HSV | hsv(39, 54%, 85%) | — | |
| HWB | hwb(39 39% 15%) | color: hwb(39 39% 15%) | |
| OKLCH | oklch(0.7772 0.1055 82.18) | color: oklch(0.7772 0.1055 82.18) | |
| Lab | lab(73.92 5.41 44.03) | color: lab(73.92 5.41 44.03) | |
| LCH | lch(73.92 44.36 83) | color: lch(73.92 44.36 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)
#C7C676 — rgb(199, 198, 118)
Deuteranopia (Green-blind)
#C9CC7B — rgb(201, 204, 123)
Tritanopia (Blue-blind)
#D68588 — rgb(214, 133, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 60%, 62%);
text
color: hsl(39, 60%, 62%);
border
border: 2px solid hsl(39, 60%, 62%);
gradient light
background: linear-gradient(to right, hsl(39, 60%, 82%), hsl(39, 60%, 62%));
gradient dark
background: linear-gradient(to right, hsl(39, 60%, 62%), hsl(39, 60%, 42%))
hex
background-color: #D8B064;
tailwind
bg-[hsl(39,60%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 60%, 62%, 0.4);
css variable
--color-primary: hsl(39, 60%, 62%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 60%, 62%)?
HEX: #D8B064 | RGB: rgb(216, 176, 100) | CMYK: 0%, 19%, 54%, 15% | HSV: 39°, 54%, 85%. Copy any format from the conversion table above.
What colors go well with #D8B064?
The complementary color is HSL(219, 60%, 62%). 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, 60%, 62%) in CSS?
As HSL: color: hsl(39, 60%, 62%); — As HEX: color: #D8B064; — As RGB: color: rgb(216, 176, 100); — Tailwind CSS: bg-[hsl(39,60%,62%)] — CSS variable: --color-primary: hsl(39, 60%, 62%);