HSL(41, 11%, 6%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(41,11%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 11%, 6%) | color: hsl(41, 11%, 6%) | |
| HEX | #11100E | color: #11100E | |
| RGB | rgb(17, 16, 14) | color: rgb(17, 16, 14) | |
| CMYK | cmyk(0%, 6%, 18%, 93%) | — | |
| HSV | hsv(40, 18%, 7%) | — | |
| HWB | hwb(40 6% 93%) | color: hwb(40 6% 93%) | |
| OKLCH | oklch(0.1734 0.0044 84.59) | color: oklch(0.1734 0.0044 84.59) | |
| Lab | lab(4.71 0 1.11) | color: lab(4.71 0 1.11) | |
| LCH | lch(4.71 1.11 90) | color: lch(4.71 1.11 90) |
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)
#11110E — rgb(17, 17, 14)
Deuteranopia (Green-blind)
#11110F — rgb(17, 17, 15)
Tritanopia (Blue-blind)
#110F0F — rgb(17, 15, 15)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 11%, 6%);
text
color: hsl(41, 11%, 6%);
border
border: 2px solid hsl(41, 11%, 6%);
gradient light
background: linear-gradient(to right, hsl(41, 11%, 26%), hsl(41, 11%, 6%));
gradient dark
background: linear-gradient(to right, hsl(41, 11%, 6%), hsl(41, 11%, 0%))
hex
background-color: #11100E;
tailwind
bg-[hsl(41,11%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 11%, 6%, 0.4);
css variable
--color-primary: hsl(41, 11%, 6%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 11%, 6%)?
HEX: #11100E | RGB: rgb(17, 16, 14) | CMYK: 0%, 6%, 18%, 93% | HSV: 40°, 18%, 7%. Copy any format from the conversion table above.
What colors go well with #11100E?
The complementary color is HSL(221, 11%, 6%). 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, 11%, 6%) in CSS?
As HSL: color: hsl(41, 11%, 6%); — As HEX: color: #11100E; — As RGB: color: rgb(17, 16, 14); — Tailwind CSS: bg-[hsl(41,11%,6%)] — CSS variable: --color-primary: hsl(41, 11%, 6%);