HSL(29, 50%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,50%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 50%, 63%) | color: hsl(29, 50%, 63%) | |
| HEX | #D09F71 | color: #D09F71 | |
| RGB | rgb(208, 159, 113) | color: rgb(208, 159, 113) | |
| CMYK | cmyk(0%, 24%, 46%, 18%) | — | |
| HSV | hsv(29, 46%, 82%) | — | |
| HWB | hwb(29 44% 18%) | color: hwb(29 44% 18%) | |
| OKLCH | oklch(0.7377 0.0846 64.1) | color: oklch(0.7377 0.0846 64.1) | |
| Lab | lab(69.04 12.44 30.99) | color: lab(69.04 12.44 30.99) | |
| LCH | lch(69.04 33.39 68.13) | color: lch(69.04 33.39 68.13) |
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)
#BBBA7C — rgb(187, 186, 124)
Deuteranopia (Green-blind)
#BEC17F — rgb(190, 193, 127)
Tritanopia (Blue-blind)
#CE8587 — rgb(206, 133, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 50%, 63%);
text
color: hsl(29, 50%, 63%);
border
border: 2px solid hsl(29, 50%, 63%);
gradient light
background: linear-gradient(to right, hsl(29, 50%, 83%), hsl(29, 50%, 63%));
gradient dark
background: linear-gradient(to right, hsl(29, 50%, 63%), hsl(29, 50%, 43%))
hex
background-color: #D09F71;
tailwind
bg-[hsl(29,50%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 50%, 63%, 0.4);
css variable
--color-primary: hsl(29, 50%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 50%, 63%)?
HEX: #D09F71 | RGB: rgb(208, 159, 113) | CMYK: 0%, 24%, 46%, 18% | HSV: 29°, 46%, 82%. Copy any format from the conversion table above.
What colors go well with #D09F71?
The complementary color is HSL(209, 50%, 63%). 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, 50%, 63%) in CSS?
As HSL: color: hsl(29, 50%, 63%); — As HEX: color: #D09F71; — As RGB: color: rgb(208, 159, 113); — Tailwind CSS: bg-[hsl(29,50%,63%)] — CSS variable: --color-primary: hsl(29, 50%, 63%);