HSL(41, 59%, 9%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,59%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 59%, 9%) | color: hsl(41, 59%, 9%) | |
| HEX | #241C09 | color: #241C09 | |
| RGB | rgb(36, 28, 9) | color: rgb(36, 28, 9) | |
| CMYK | cmyk(0%, 22%, 75%, 86%) | — | |
| HSV | hsv(42, 75%, 14%) | — | |
| HWB | hwb(42 4% 86%) | color: hwb(42 4% 86%) | |
| OKLCH | oklch(0.2309 0.0338 86.78) | color: oklch(0.2309 0.0338 86.78) | |
| Lab | lab(10.74 0.9 12.34) | color: lab(10.74 0.9 12.34) | |
| LCH | lch(10.74 12.37 85.83) | color: lch(10.74 12.37 85.83) |
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)
#21200E — rgb(33, 32, 14)
Deuteranopia (Green-blind)
#21220F — rgb(33, 34, 15)
Tritanopia (Blue-blind)
#241112 — rgb(36, 17, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 59%, 9%);
text
color: hsl(41, 59%, 9%);
border
border: 2px solid hsl(41, 59%, 9%);
gradient light
background: linear-gradient(to right, hsl(41, 59%, 29%), hsl(41, 59%, 9%));
gradient dark
background: linear-gradient(to right, hsl(41, 59%, 9%), hsl(41, 59%, 0%))
hex
background-color: #241C09;
tailwind
bg-[hsl(41,59%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 59%, 9%, 0.4);
css variable
--color-primary: hsl(41, 59%, 9%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 59%, 9%)?
HEX: #241C09 | RGB: rgb(36, 28, 9) | CMYK: 0%, 22%, 75%, 86% | HSV: 42°, 75%, 14%. Copy any format from the conversion table above.
What colors go well with #241C09?
The complementary color is HSL(221, 59%, 9%). 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, 59%, 9%) in CSS?
As HSL: color: hsl(41, 59%, 9%); — As HEX: color: #241C09; — As RGB: color: rgb(36, 28, 9); — Tailwind CSS: bg-[hsl(41,59%,9%)] — CSS variable: --color-primary: hsl(41, 59%, 9%);