HSL(29, 40%, 53%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,40%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 40%, 53%) | color: hsl(29, 40%, 53%) | |
| HEX | #B78657 | color: #B78657 | |
| RGB | rgb(183, 134, 87) | color: rgb(183, 134, 87) | |
| CMYK | cmyk(0%, 27%, 52%, 28%) | — | |
| HSV | hsv(29, 52%, 72%) | — | |
| HWB | hwb(29 35% 28%) | color: hwb(29 35% 28%) | |
| OKLCH | oklch(0.6576 0.0872 64.15) | color: oklch(0.6576 0.0872 64.15) | |
| Lab | lab(59.71 13.22 32.53) | color: lab(59.71 13.22 32.53) | |
| LCH | lch(59.71 35.11 67.88) | color: lch(59.71 35.11 67.88) |
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)
#A2A162 — rgb(162, 161, 98)
Deuteranopia (Green-blind)
#A5A865 — rgb(165, 168, 101)
Tritanopia (Blue-blind)
#B56B6D — rgb(181, 107, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 40%, 53%);
text
color: hsl(29, 40%, 53%);
border
border: 2px solid hsl(29, 40%, 53%);
gradient light
background: linear-gradient(to right, hsl(29, 40%, 73%), hsl(29, 40%, 53%));
gradient dark
background: linear-gradient(to right, hsl(29, 40%, 53%), hsl(29, 40%, 33%))
hex
background-color: #B78657;
tailwind
bg-[hsl(29,40%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 40%, 53%, 0.4);
css variable
--color-primary: hsl(29, 40%, 53%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 40%, 53%)?
HEX: #B78657 | RGB: rgb(183, 134, 87) | CMYK: 0%, 27%, 52%, 28% | HSV: 29°, 52%, 72%. Copy any format from the conversion table above.
What colors go well with #B78657?
The complementary color is HSL(209, 40%, 53%). 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, 40%, 53%) in CSS?
As HSL: color: hsl(29, 40%, 53%); — As HEX: color: #B78657; — As RGB: color: rgb(183, 134, 87); — Tailwind CSS: bg-[hsl(29,40%,53%)] — CSS variable: --color-primary: hsl(29, 40%, 53%);