HSL(41, 34%, 25%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,34%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 34%, 25%) | color: hsl(41, 34%, 25%) | |
| HEX | #55482A | color: #55482A | |
| RGB | rgb(85, 72, 42) | color: rgb(85, 72, 42) | |
| CMYK | cmyk(0%, 15%, 51%, 67%) | — | |
| HSV | hsv(42, 51%, 33%) | — | |
| HWB | hwb(42 16% 67%) | color: hwb(42 16% 67%) | |
| OKLCH | oklch(0.4072 0.0485 86.85) | color: oklch(0.4072 0.0485 86.85) | |
| Lab | lab(31.19 0.86 19.98) | color: lab(31.19 0.86 19.98) | |
| LCH | lch(31.19 20 87.54) | color: lch(31.19 20 87.54) |
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)
#4F4F31 — rgb(79, 79, 49)
Deuteranopia (Green-blind)
#505133 — rgb(80, 81, 51)
Tritanopia (Blue-blind)
#543738 — rgb(84, 55, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 34%, 25%);
text
color: hsl(41, 34%, 25%);
border
border: 2px solid hsl(41, 34%, 25%);
gradient light
background: linear-gradient(to right, hsl(41, 34%, 45%), hsl(41, 34%, 25%));
gradient dark
background: linear-gradient(to right, hsl(41, 34%, 25%), hsl(41, 34%, 5%))
hex
background-color: #55482A;
tailwind
bg-[hsl(41,34%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 34%, 25%, 0.4);
css variable
--color-primary: hsl(41, 34%, 25%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 34%, 25%)?
HEX: #55482A | RGB: rgb(85, 72, 42) | CMYK: 0%, 15%, 51%, 67% | HSV: 42°, 51%, 33%. Copy any format from the conversion table above.
What colors go well with #55482A?
The complementary color is HSL(221, 34%, 25%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 34%, 25%) in CSS?
As HSL: color: hsl(41, 34%, 25%); — As HEX: color: #55482A; — As RGB: color: rgb(85, 72, 42); — Tailwind CSS: bg-[hsl(41,34%,25%)] — CSS variable: --color-primary: hsl(41, 34%, 25%);