HSL(41, 25%, 25%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,25%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 25%, 25%) | color: hsl(41, 25%, 25%) | |
| HEX | #504630 | color: #504630 | |
| RGB | rgb(80, 70, 48) | color: rgb(80, 70, 48) | |
| CMYK | cmyk(0%, 13%, 40%, 69%) | — | |
| HSV | hsv(41, 40%, 31%) | — | |
| HWB | hwb(41 19% 69%) | color: hwb(41 19% 69%) | |
| OKLCH | oklch(0.3981 0.037 86.24) | color: oklch(0.3981 0.037 86.24) | |
| Lab | lab(30.16 0.49 14.83) | color: lab(30.16 0.49 14.83) | |
| LCH | lch(30.16 14.84 88.11) | color: lch(30.16 14.84 88.11) |
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)
#4C4C35 — rgb(76, 76, 53)
Deuteranopia (Green-blind)
#4C4D37 — rgb(76, 77, 55)
Tritanopia (Blue-blind)
#503A3A — rgb(80, 58, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 25%, 25%);
text
color: hsl(41, 25%, 25%);
border
border: 2px solid hsl(41, 25%, 25%);
gradient light
background: linear-gradient(to right, hsl(41, 25%, 45%), hsl(41, 25%, 25%));
gradient dark
background: linear-gradient(to right, hsl(41, 25%, 25%), hsl(41, 25%, 5%))
hex
background-color: #504630;
tailwind
bg-[hsl(41,25%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 25%, 25%, 0.4);
css variable
--color-primary: hsl(41, 25%, 25%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 25%, 25%)?
HEX: #504630 | RGB: rgb(80, 70, 48) | CMYK: 0%, 13%, 40%, 69% | HSV: 41°, 40%, 31%. Copy any format from the conversion table above.
What colors go well with #504630?
The complementary color is HSL(221, 25%, 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, 25%, 25%) in CSS?
As HSL: color: hsl(41, 25%, 25%); — As HEX: color: #504630; — As RGB: color: rgb(80, 70, 48); — Tailwind CSS: bg-[hsl(41,25%,25%)] — CSS variable: --color-primary: hsl(41, 25%, 25%);