HSL(29, 92%, 37%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,92%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 92%, 37%) | color: hsl(29, 92%, 37%) | |
| HEX | #B55B08 | color: #B55B08 | |
| RGB | rgb(181, 91, 8) | color: rgb(181, 91, 8) | |
| CMYK | cmyk(0%, 50%, 96%, 29%) | — | |
| HSV | hsv(29, 96%, 71%) | — | |
| HWB | hwb(29 3% 29%) | color: hwb(29 3% 29%) | |
| OKLCH | oklch(0.5694 0.1411 53.39) | color: oklch(0.5694 0.1411 53.39) | |
| Lab | lab(48.67 32.12 55.65) | color: lab(48.67 32.12 55.65) | |
| LCH | lch(48.67 64.25 60.01) | color: lch(48.67 64.25 60.01) |
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)
#8E8D1C — rgb(142, 141, 28)
Deuteranopia (Green-blind)
#939A21 — rgb(147, 154, 33)
Tritanopia (Blue-blind)
#B12C2F — rgb(177, 44, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 92%, 37%);
text
color: hsl(29, 92%, 37%);
border
border: 2px solid hsl(29, 92%, 37%);
gradient light
background: linear-gradient(to right, hsl(29, 92%, 57%), hsl(29, 92%, 37%));
gradient dark
background: linear-gradient(to right, hsl(29, 92%, 37%), hsl(29, 92%, 17%))
hex
background-color: #B55B08;
tailwind
bg-[hsl(29,92%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 92%, 37%, 0.4);
css variable
--color-primary: hsl(29, 92%, 37%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 92%, 37%)?
HEX: #B55B08 | RGB: rgb(181, 91, 8) | CMYK: 0%, 50%, 96%, 29% | HSV: 29°, 96%, 71%. Copy any format from the conversion table above.
What colors go well with #B55B08?
The complementary color is HSL(209, 92%, 37%). 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, 92%, 37%) in CSS?
As HSL: color: hsl(29, 92%, 37%); — As HEX: color: #B55B08; — As RGB: color: rgb(181, 91, 8); — Tailwind CSS: bg-[hsl(29,92%,37%)] — CSS variable: --color-primary: hsl(29, 92%, 37%);