HSL(29, 35%, 72%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,35%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 35%, 72%) | color: hsl(29, 35%, 72%) | |
| HEX | #D1B79F | color: #D1B79F | |
| RGB | rgb(209, 183, 159) | color: rgb(209, 183, 159) | |
| CMYK | cmyk(0%, 12%, 24%, 18%) | — | |
| HSV | hsv(29, 24%, 82%) | — | |
| HWB | hwb(29 62% 18%) | color: hwb(29 62% 18%) | |
| OKLCH | oklch(0.7954 0.0445 64.84) | color: oklch(0.7954 0.0445 64.84) | |
| Lab | lab(76.02 5.58 15.63) | color: lab(76.02 5.58 15.63) | |
| LCH | lch(76.02 16.6 70.35) | color: lch(76.02 16.6 70.35) |
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)
#C6C6A5 — rgb(198, 198, 165)
Deuteranopia (Green-blind)
#C7C9A6 — rgb(199, 201, 166)
Tritanopia (Blue-blind)
#D0A9AA — rgb(208, 169, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 35%, 72%);
text
color: hsl(29, 35%, 72%);
border
border: 2px solid hsl(29, 35%, 72%);
gradient light
background: linear-gradient(to right, hsl(29, 35%, 92%), hsl(29, 35%, 72%));
gradient dark
background: linear-gradient(to right, hsl(29, 35%, 72%), hsl(29, 35%, 52%))
hex
background-color: #D1B79F;
tailwind
bg-[hsl(29,35%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 35%, 72%, 0.4);
css variable
--color-primary: hsl(29, 35%, 72%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 35%, 72%)?
HEX: #D1B79F | RGB: rgb(209, 183, 159) | CMYK: 0%, 12%, 24%, 18% | HSV: 29°, 24%, 82%. Copy any format from the conversion table above.
What colors go well with #D1B79F?
The complementary color is HSL(209, 35%, 72%). 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, 35%, 72%) in CSS?
As HSL: color: hsl(29, 35%, 72%); — As HEX: color: #D1B79F; — As RGB: color: rgb(209, 183, 159); — Tailwind CSS: bg-[hsl(29,35%,72%)] — CSS variable: --color-primary: hsl(29, 35%, 72%);