HSL(29, 55%, 69%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,55%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 55%, 69%) | color: hsl(29, 55%, 69%) | |
| HEX | #DBAF84 | color: #DBAF84 | |
| RGB | rgb(219, 175, 132) | color: rgb(219, 175, 132) | |
| CMYK | cmyk(0%, 20%, 40%, 14%) | — | |
| HSV | hsv(30, 40%, 86%) | — | |
| HWB | hwb(30 52% 14%) | color: hwb(30 52% 14%) | |
| OKLCH | oklch(0.7835 0.0769 65.66) | color: oklch(0.7835 0.0769 65.66) | |
| Lab | lab(74.44 10.31 28.13) | color: lab(74.44 10.31 28.13) | |
| LCH | lch(74.44 29.96 69.87) | color: lch(74.44 29.96 69.87) |
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)
#C8C88E — rgb(200, 200, 142)
Deuteranopia (Green-blind)
#CBCE91 — rgb(203, 206, 145)
Tritanopia (Blue-blind)
#D99798 — rgb(217, 151, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 55%, 69%);
text
color: hsl(29, 55%, 69%);
border
border: 2px solid hsl(29, 55%, 69%);
gradient light
background: linear-gradient(to right, hsl(29, 55%, 89%), hsl(29, 55%, 69%));
gradient dark
background: linear-gradient(to right, hsl(29, 55%, 69%), hsl(29, 55%, 49%))
hex
background-color: #DBAF84;
tailwind
bg-[hsl(29,55%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 55%, 69%, 0.4);
css variable
--color-primary: hsl(29, 55%, 69%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 55%, 69%)?
HEX: #DBAF84 | RGB: rgb(219, 175, 132) | CMYK: 0%, 20%, 40%, 14% | HSV: 30°, 40%, 86%. Copy any format from the conversion table above.
What colors go well with #DBAF84?
The complementary color is HSL(209, 55%, 69%). 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, 55%, 69%) in CSS?
As HSL: color: hsl(29, 55%, 69%); — As HEX: color: #DBAF84; — As RGB: color: rgb(219, 175, 132); — Tailwind CSS: bg-[hsl(29,55%,69%)] — CSS variable: --color-primary: hsl(29, 55%, 69%);