HSL(41, 55%, 10%)
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,55%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 55%, 10%) | color: hsl(41, 55%, 10%) | |
| HEX | #281F0B | color: #281F0B | |
| RGB | rgb(40, 31, 11) | color: rgb(40, 31, 11) | |
| CMYK | cmyk(0%, 23%, 73%, 84%) | — | |
| HSV | hsv(41, 73%, 16%) | — | |
| HWB | hwb(41 4% 84%) | color: hwb(41 4% 84%) | |
| OKLCH | oklch(0.2446 0.0355 85.39) | color: oklch(0.2446 0.0355 85.39) | |
| Lab | lab(12.32 1.23 13.77) | color: lab(12.32 1.23 13.77) | |
| LCH | lch(12.32 13.82 84.9) | color: lch(12.32 13.82 84.9) |
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)
#242410 — rgb(36, 36, 16)
Deuteranopia (Green-blind)
#252511 — rgb(37, 37, 17)
Tritanopia (Blue-blind)
#281415 — rgb(40, 20, 21)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 55%, 10%);
text
color: hsl(41, 55%, 10%);
border
border: 2px solid hsl(41, 55%, 10%);
gradient light
background: linear-gradient(to right, hsl(41, 55%, 30%), hsl(41, 55%, 10%));
gradient dark
background: linear-gradient(to right, hsl(41, 55%, 10%), hsl(41, 55%, 0%))
hex
background-color: #281F0B;
tailwind
bg-[hsl(41,55%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 55%, 10%, 0.4);
css variable
--color-primary: hsl(41, 55%, 10%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 55%, 10%)?
HEX: #281F0B | RGB: rgb(40, 31, 11) | CMYK: 0%, 23%, 73%, 84% | HSV: 41°, 73%, 16%. Copy any format from the conversion table above.
What colors go well with #281F0B?
The complementary color is HSL(221, 55%, 10%). 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, 55%, 10%) in CSS?
As HSL: color: hsl(41, 55%, 10%); — As HEX: color: #281F0B; — As RGB: color: rgb(40, 31, 11); — Tailwind CSS: bg-[hsl(41,55%,10%)] — CSS variable: --color-primary: hsl(41, 55%, 10%);