HSL(39, 35%, 79%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,35%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 35%, 79%) | color: hsl(39, 35%, 79%) | |
| HEX | #DCCFB7 | color: #DCCFB7 | |
| RGB | rgb(220, 207, 183) | color: rgb(220, 207, 183) | |
| CMYK | cmyk(0%, 6%, 17%, 14%) | — | |
| HSV | hsv(39, 17%, 86%) | — | |
| HWB | hwb(39 71% 14%) | color: hwb(39 71% 14%) | |
| OKLCH | oklch(0.8587 0.0354 82.9) | color: oklch(0.8587 0.0354 82.9) | |
| Lab | lab(83.58 0.59 13.55) | color: lab(83.58 0.59 13.55) | |
| LCH | lch(83.58 13.56 87.51) | color: lch(83.58 13.56 87.51) |
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)
#D6D6BD — rgb(214, 214, 189)
Deuteranopia (Green-blind)
#D7D8BE — rgb(215, 216, 190)
Tritanopia (Blue-blind)
#DBC1C2 — rgb(219, 193, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 35%, 79%);
text
color: hsl(39, 35%, 79%);
border
border: 2px solid hsl(39, 35%, 79%);
gradient light
background: linear-gradient(to right, hsl(39, 35%, 99%), hsl(39, 35%, 79%));
gradient dark
background: linear-gradient(to right, hsl(39, 35%, 79%), hsl(39, 35%, 59%))
hex
background-color: #DCCFB7;
tailwind
bg-[hsl(39,35%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 35%, 79%, 0.4);
css variable
--color-primary: hsl(39, 35%, 79%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 35%, 79%)?
HEX: #DCCFB7 | RGB: rgb(220, 207, 183) | CMYK: 0%, 6%, 17%, 14% | HSV: 39°, 17%, 86%. Copy any format from the conversion table above.
What colors go well with #DCCFB7?
The complementary color is HSL(219, 35%, 79%). 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, 35%, 79%) in CSS?
As HSL: color: hsl(39, 35%, 79%); — As HEX: color: #DCCFB7; — As RGB: color: rgb(220, 207, 183); — Tailwind CSS: bg-[hsl(39,35%,79%)] — CSS variable: --color-primary: hsl(39, 35%, 79%);