HSL(29, 75%, 41%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,75%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 75%, 41%) | color: hsl(29, 75%, 41%) | |
| HEX | #B7661A | color: #B7661A | |
| RGB | rgb(183, 102, 26) | color: rgb(183, 102, 26) | |
| CMYK | cmyk(0%, 44%, 86%, 28%) | — | |
| HSV | hsv(29, 86%, 72%) | — | |
| HWB | hwb(29 10% 28%) | color: hwb(29 10% 28%) | |
| OKLCH | oklch(0.5915 0.1326 57.32) | color: oklch(0.5915 0.1326 57.32) | |
| Lab | lab(51.44 27.4 52.79) | color: lab(51.44 27.4 52.79) | |
| LCH | lch(51.44 59.48 62.57) | color: lch(51.44 59.48 62.57) |
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)
#94932C — rgb(148, 147, 44)
Deuteranopia (Green-blind)
#999F31 — rgb(153, 159, 49)
Tritanopia (Blue-blind)
#B33B3E — rgb(179, 59, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 75%, 41%);
text
color: hsl(29, 75%, 41%);
border
border: 2px solid hsl(29, 75%, 41%);
gradient light
background: linear-gradient(to right, hsl(29, 75%, 61%), hsl(29, 75%, 41%));
gradient dark
background: linear-gradient(to right, hsl(29, 75%, 41%), hsl(29, 75%, 21%))
hex
background-color: #B7661A;
tailwind
bg-[hsl(29,75%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 75%, 41%, 0.4);
css variable
--color-primary: hsl(29, 75%, 41%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 75%, 41%)?
HEX: #B7661A | RGB: rgb(183, 102, 26) | CMYK: 0%, 44%, 86%, 28% | HSV: 29°, 86%, 72%. Copy any format from the conversion table above.
What colors go well with #B7661A?
The complementary color is HSL(209, 75%, 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, 75%, 41%) in CSS?
As HSL: color: hsl(29, 75%, 41%); — As HEX: color: #B7661A; — As RGB: color: rgb(183, 102, 26); — Tailwind CSS: bg-[hsl(29,75%,41%)] — CSS variable: --color-primary: hsl(29, 75%, 41%);