HSL(29, 29%, 41%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,29%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 29%, 41%) | color: hsl(29, 29%, 41%) | |
| HEX | #87684A | color: #87684A | |
| RGB | rgb(135, 104, 74) | color: rgb(135, 104, 74) | |
| CMYK | cmyk(0%, 23%, 45%, 47%) | — | |
| HSV | hsv(30, 45%, 53%) | — | |
| HWB | hwb(30 29% 47%) | color: hwb(30 29% 47%) | |
| OKLCH | oklch(0.5408 0.0589 65.11) | color: oklch(0.5408 0.0589 65.11) | |
| Lab | lab(46.37 8.25 21.64) | color: lab(46.37 8.25 21.64) | |
| LCH | lch(46.37 23.16 69.13) | color: lch(46.37 23.16 69.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#7A7951 — rgb(122, 121, 81)
Deuteranopia (Green-blind)
#7B7E53 — rgb(123, 126, 83)
Tritanopia (Blue-blind)
#855758 — rgb(133, 87, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 29%, 41%);
text
color: hsl(29, 29%, 41%);
border
border: 2px solid hsl(29, 29%, 41%);
gradient light
background: linear-gradient(to right, hsl(29, 29%, 61%), hsl(29, 29%, 41%));
gradient dark
background: linear-gradient(to right, hsl(29, 29%, 41%), hsl(29, 29%, 21%))
hex
background-color: #87684A;
tailwind
bg-[hsl(29,29%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 29%, 41%, 0.4);
css variable
--color-primary: hsl(29, 29%, 41%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 29%, 41%)?
HEX: #87684A | RGB: rgb(135, 104, 74) | CMYK: 0%, 23%, 45%, 47% | HSV: 30°, 45%, 53%. Copy any format from the conversion table above.
What colors go well with #87684A?
The complementary color is HSL(209, 29%, 41%). 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, 29%, 41%) in CSS?
As HSL: color: hsl(29, 29%, 41%); — As HEX: color: #87684A; — As RGB: color: rgb(135, 104, 74); — Tailwind CSS: bg-[hsl(29,29%,41%)] — CSS variable: --color-primary: hsl(29, 29%, 41%);