HSL(29, 60%, 11%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,60%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 60%, 11%) | color: hsl(29, 60%, 11%) | |
| HEX | #2D1B0B | color: #2D1B0B | |
| RGB | rgb(45, 27, 11) | color: rgb(45, 27, 11) | |
| CMYK | cmyk(0%, 40%, 76%, 82%) | — | |
| HSV | hsv(28, 76%, 18%) | — | |
| HWB | hwb(28 4% 82%) | color: hwb(28 4% 82%) | |
| OKLCH | oklch(0.2416 0.039 60.91) | color: oklch(0.2416 0.039 60.91) | |
| Lab | lab(11.73 6.85 13.08) | color: lab(11.73 6.85 13.08) | |
| LCH | lch(11.73 14.77 62.36) | color: lch(11.73 14.77 62.36) |
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)
#25250F — rgb(37, 37, 15)
Deuteranopia (Green-blind)
#262810 — rgb(38, 40, 16)
Tritanopia (Blue-blind)
#2C1213 — rgb(44, 18, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 60%, 11%);
text
color: hsl(29, 60%, 11%);
border
border: 2px solid hsl(29, 60%, 11%);
gradient light
background: linear-gradient(to right, hsl(29, 60%, 31%), hsl(29, 60%, 11%));
gradient dark
background: linear-gradient(to right, hsl(29, 60%, 11%), hsl(29, 60%, 0%))
hex
background-color: #2D1B0B;
tailwind
bg-[hsl(29,60%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 60%, 11%, 0.4);
css variable
--color-primary: hsl(29, 60%, 11%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 60%, 11%)?
HEX: #2D1B0B | RGB: rgb(45, 27, 11) | CMYK: 0%, 40%, 76%, 82% | HSV: 28°, 76%, 18%. Copy any format from the conversion table above.
What colors go well with #2D1B0B?
The complementary color is HSL(209, 60%, 11%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 60%, 11%) in CSS?
As HSL: color: hsl(29, 60%, 11%); — As HEX: color: #2D1B0B; — As RGB: color: rgb(45, 27, 11); — Tailwind CSS: bg-[hsl(29,60%,11%)] — CSS variable: --color-primary: hsl(29, 60%, 11%);