HSL(29, 60%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,60%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 60%, 67%) | color: hsl(29, 60%, 67%) | |
| HEX | #DDA978 | color: #DDA978 | |
| RGB | rgb(221, 169, 120) | color: rgb(221, 169, 120) | |
| CMYK | cmyk(0%, 24%, 46%, 13%) | — | |
| HSV | hsv(29, 46%, 87%) | — | |
| HWB | hwb(29 47% 13%) | color: hwb(29 47% 13%) | |
| OKLCH | oklch(0.7718 0.0889 64.19) | color: oklch(0.7718 0.0889 64.19) | |
| Lab | lab(72.96 13.04 32.61) | color: lab(72.96 13.04 32.61) | |
| LCH | lch(72.96 35.12 68.2) | color: lch(72.96 35.12 68.2) |
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)
#C6C684 — rgb(198, 198, 132)
Deuteranopia (Green-blind)
#CACD87 — rgb(202, 205, 135)
Tritanopia (Blue-blind)
#DA8D8F — rgb(218, 141, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 60%, 67%);
text
color: hsl(29, 60%, 67%);
border
border: 2px solid hsl(29, 60%, 67%);
gradient light
background: linear-gradient(to right, hsl(29, 60%, 87%), hsl(29, 60%, 67%));
gradient dark
background: linear-gradient(to right, hsl(29, 60%, 67%), hsl(29, 60%, 47%))
hex
background-color: #DDA978;
tailwind
bg-[hsl(29,60%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 60%, 67%, 0.4);
css variable
--color-primary: hsl(29, 60%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 60%, 67%)?
HEX: #DDA978 | RGB: rgb(221, 169, 120) | CMYK: 0%, 24%, 46%, 13% | HSV: 29°, 46%, 87%. Copy any format from the conversion table above.
What colors go well with #DDA978?
The complementary color is HSL(209, 60%, 67%). 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, 60%, 67%) in CSS?
As HSL: color: hsl(29, 60%, 67%); — As HEX: color: #DDA978; — As RGB: color: rgb(221, 169, 120); — Tailwind CSS: bg-[hsl(29,60%,67%)] — CSS variable: --color-primary: hsl(29, 60%, 67%);