HSL(41, 20%, 14%)
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,20%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 20%, 14%) | color: hsl(41, 20%, 14%) | |
| HEX | #2B261D | color: #2B261D | |
| RGB | rgb(43, 38, 29) | color: rgb(43, 38, 29) | |
| CMYK | cmyk(0%, 12%, 33%, 83%) | — | |
| HSV | hsv(39, 33%, 17%) | — | |
| HWB | hwb(39 11% 83%) | color: hwb(39 11% 83%) | |
| OKLCH | oklch(0.2711 0.0176 82.21) | color: oklch(0.2711 0.0176 82.21) | |
| Lab | lab(15.43 0.5 6.83) | color: lab(15.43 0.5 6.83) | |
| LCH | lch(15.43 6.85 85.81) | color: lch(15.43 6.85 85.81) |
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)
#29291F — rgb(41, 41, 31)
Deuteranopia (Green-blind)
#292A20 — rgb(41, 42, 32)
Tritanopia (Blue-blind)
#2B2121 — rgb(43, 33, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 20%, 14%);
text
color: hsl(41, 20%, 14%);
border
border: 2px solid hsl(41, 20%, 14%);
gradient light
background: linear-gradient(to right, hsl(41, 20%, 34%), hsl(41, 20%, 14%));
gradient dark
background: linear-gradient(to right, hsl(41, 20%, 14%), hsl(41, 20%, 0%))
hex
background-color: #2B261D;
tailwind
bg-[hsl(41,20%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 20%, 14%, 0.4);
css variable
--color-primary: hsl(41, 20%, 14%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 20%, 14%)?
HEX: #2B261D | RGB: rgb(43, 38, 29) | CMYK: 0%, 12%, 33%, 83% | HSV: 39°, 33%, 17%. Copy any format from the conversion table above.
What colors go well with #2B261D?
The complementary color is HSL(221, 20%, 14%). 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, 20%, 14%) in CSS?
As HSL: color: hsl(41, 20%, 14%); — As HEX: color: #2B261D; — As RGB: color: rgb(43, 38, 29); — Tailwind CSS: bg-[hsl(41,20%,14%)] — CSS variable: --color-primary: hsl(41, 20%, 14%);