HSL(39, 63%, 62%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,63%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 63%, 62%) | color: hsl(39, 63%, 62%) | |
| HEX | #DBB061 | color: #DBB061 | |
| RGB | rgb(219, 176, 97) | color: rgb(219, 176, 97) | |
| CMYK | cmyk(0%, 20%, 56%, 14%) | — | |
| HSV | hsv(39, 56%, 86%) | — | |
| HWB | hwb(39 38% 14%) | color: hwb(39 38% 14%) | |
| OKLCH | oklch(0.7798 0.1096 81.22) | color: oklch(0.7798 0.1096 81.22) | |
| Lab | lab(74.17 6.42 45.9) | color: lab(74.17 6.42 45.9) | |
| LCH | lch(74.17 46.35 82.04) | color: lch(74.17 46.35 82.04) |
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)
#C8C874 — rgb(200, 200, 116)
Deuteranopia (Green-blind)
#CBCE79 — rgb(203, 206, 121)
Tritanopia (Blue-blind)
#D98387 — rgb(217, 131, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 63%, 62%);
text
color: hsl(39, 63%, 62%);
border
border: 2px solid hsl(39, 63%, 62%);
gradient light
background: linear-gradient(to right, hsl(39, 63%, 82%), hsl(39, 63%, 62%));
gradient dark
background: linear-gradient(to right, hsl(39, 63%, 62%), hsl(39, 63%, 42%))
hex
background-color: #DBB061;
tailwind
bg-[hsl(39,63%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 63%, 62%, 0.4);
css variable
--color-primary: hsl(39, 63%, 62%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 63%, 62%)?
HEX: #DBB061 | RGB: rgb(219, 176, 97) | CMYK: 0%, 20%, 56%, 14% | HSV: 39°, 56%, 86%. Copy any format from the conversion table above.
What colors go well with #DBB061?
The complementary color is HSL(219, 63%, 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, 63%, 62%) in CSS?
As HSL: color: hsl(39, 63%, 62%); — As HEX: color: #DBB061; — As RGB: color: rgb(219, 176, 97); — Tailwind CSS: bg-[hsl(39,63%,62%)] — CSS variable: --color-primary: hsl(39, 63%, 62%);