HSL(39, 30%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,30%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 30%, 71%) | color: hsl(39, 30%, 71%) | |
| HEX | #CBBC9F | color: #CBBC9F | |
| RGB | rgb(203, 188, 159) | color: rgb(203, 188, 159) | |
| CMYK | cmyk(0%, 7%, 22%, 20%) | — | |
| HSV | hsv(40, 22%, 80%) | — | |
| HWB | hwb(40 62% 20%) | color: hwb(40 62% 20%) | |
| OKLCH | oklch(0.8001 0.0429 83.84) | color: oklch(0.8001 0.0429 83.84) | |
| Lab | lab(76.78 0.65 16.61) | color: lab(76.78 0.65 16.61) | |
| LCH | lch(76.78 16.62 87.76) | color: lch(76.78 16.62 87.76) |
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)
#C5C4A6 — rgb(197, 196, 166)
Deuteranopia (Green-blind)
#C5C7A8 — rgb(197, 199, 168)
Tritanopia (Blue-blind)
#CAACAD — rgb(202, 172, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 30%, 71%);
text
color: hsl(39, 30%, 71%);
border
border: 2px solid hsl(39, 30%, 71%);
gradient light
background: linear-gradient(to right, hsl(39, 30%, 91%), hsl(39, 30%, 71%));
gradient dark
background: linear-gradient(to right, hsl(39, 30%, 71%), hsl(39, 30%, 51%))
hex
background-color: #CBBC9F;
tailwind
bg-[hsl(39,30%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 30%, 71%, 0.4);
css variable
--color-primary: hsl(39, 30%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 30%, 71%)?
HEX: #CBBC9F | RGB: rgb(203, 188, 159) | CMYK: 0%, 7%, 22%, 20% | HSV: 40°, 22%, 80%. Copy any format from the conversion table above.
What colors go well with #CBBC9F?
The complementary color is HSL(219, 30%, 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, 30%, 71%) in CSS?
As HSL: color: hsl(39, 30%, 71%); — As HEX: color: #CBBC9F; — As RGB: color: rgb(203, 188, 159); — Tailwind CSS: bg-[hsl(39,30%,71%)] — CSS variable: --color-primary: hsl(39, 30%, 71%);