HSL(29, 40%, 77%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,40%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 40%, 77%) | color: hsl(29, 40%, 77%) | |
| HEX | #DCC4AD | color: #DCC4AD | |
| RGB | rgb(220, 196, 173) | color: rgb(220, 196, 173) | |
| CMYK | cmyk(0%, 11%, 21%, 14%) | — | |
| HSV | hsv(29, 21%, 86%) | — | |
| HWB | hwb(29 68% 14%) | color: hwb(29 68% 14%) | |
| OKLCH | oklch(0.8344 0.0414 66) | color: oklch(0.8344 0.0414 66) | |
| Lab | lab(80.58 4.86 14.65) | color: lab(80.58 4.86 14.65) | |
| LCH | lch(80.58 15.44 71.65) | color: lch(80.58 15.44 71.65) |
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)
#D2D1B3 — rgb(210, 209, 179)
Deuteranopia (Green-blind)
#D3D5B4 — rgb(211, 213, 180)
Tritanopia (Blue-blind)
#DBB7B8 — rgb(219, 183, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 40%, 77%);
text
color: hsl(29, 40%, 77%);
border
border: 2px solid hsl(29, 40%, 77%);
gradient light
background: linear-gradient(to right, hsl(29, 40%, 97%), hsl(29, 40%, 77%));
gradient dark
background: linear-gradient(to right, hsl(29, 40%, 77%), hsl(29, 40%, 57%))
hex
background-color: #DCC4AD;
tailwind
bg-[hsl(29,40%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 40%, 77%, 0.4);
css variable
--color-primary: hsl(29, 40%, 77%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 40%, 77%)?
HEX: #DCC4AD | RGB: rgb(220, 196, 173) | CMYK: 0%, 11%, 21%, 14% | HSV: 29°, 21%, 86%. Copy any format from the conversion table above.
What colors go well with #DCC4AD?
The complementary color is HSL(209, 40%, 77%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 40%, 77%) in CSS?
As HSL: color: hsl(29, 40%, 77%); — As HEX: color: #DCC4AD; — As RGB: color: rgb(220, 196, 173); — Tailwind CSS: bg-[hsl(29,40%,77%)] — CSS variable: --color-primary: hsl(29, 40%, 77%);