HSL(39, 40%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,40%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 40%, 71%) | color: hsl(39, 40%, 71%) | |
| HEX | #D3BE97 | color: #D3BE97 | |
| RGB | rgb(211, 190, 151) | color: rgb(211, 190, 151) | |
| CMYK | cmyk(0%, 10%, 28%, 17%) | — | |
| HSV | hsv(39, 28%, 83%) | — | |
| HWB | hwb(39 60% 17%) | color: hwb(39 60% 17%) | |
| OKLCH | oklch(0.8094 0.0574 82.86) | color: oklch(0.8094 0.0574 82.86) | |
| Lab | lab(77.82 1.53 22.44) | color: lab(77.82 1.53 22.44) | |
| LCH | lch(77.82 22.49 86.1) | color: lch(77.82 22.49 86.1) |
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)
#CACAA0 — rgb(202, 202, 160)
Deuteranopia (Green-blind)
#CBCDA3 — rgb(203, 205, 163)
Tritanopia (Blue-blind)
#D2A8AA — rgb(210, 168, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 40%, 71%);
text
color: hsl(39, 40%, 71%);
border
border: 2px solid hsl(39, 40%, 71%);
gradient light
background: linear-gradient(to right, hsl(39, 40%, 91%), hsl(39, 40%, 71%));
gradient dark
background: linear-gradient(to right, hsl(39, 40%, 71%), hsl(39, 40%, 51%))
hex
background-color: #D3BE97;
tailwind
bg-[hsl(39,40%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 40%, 71%, 0.4);
css variable
--color-primary: hsl(39, 40%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 40%, 71%)?
HEX: #D3BE97 | RGB: rgb(211, 190, 151) | CMYK: 0%, 10%, 28%, 17% | HSV: 39°, 28%, 83%. Copy any format from the conversion table above.
What colors go well with #D3BE97?
The complementary color is HSL(219, 40%, 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, 40%, 71%) in CSS?
As HSL: color: hsl(39, 40%, 71%); — As HEX: color: #D3BE97; — As RGB: color: rgb(211, 190, 151); — Tailwind CSS: bg-[hsl(39,40%,71%)] — CSS variable: --color-primary: hsl(39, 40%, 71%);