HSL(26, 20%, 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(26,20%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 20%, 11%) | color: hsl(26, 20%, 11%) | |
| HEX | #221B16 | color: #221B16 | |
| RGB | rgb(34, 27, 22) | color: rgb(34, 27, 22) | |
| CMYK | cmyk(0%, 21%, 35%, 87%) | — | |
| HSV | hsv(25, 35%, 13%) | — | |
| HWB | hwb(25 8% 87%) | color: hwb(25 8% 87%) | |
| OKLCH | oklch(0.2287 0.0145 57.46) | color: oklch(0.2287 0.0145 57.46) | |
| Lab | lab(10.42 2.42 4.75) | color: lab(10.42 2.42 4.75) | |
| LCH | lch(10.42 5.33 63) | color: lch(10.42 5.33 63) |
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)
#1F1F17 — rgb(31, 31, 23)
Deuteranopia (Green-blind)
#1F2018 — rgb(31, 32, 24)
Tritanopia (Blue-blind)
#221818 — rgb(34, 24, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 20%, 11%);
text
color: hsl(26, 20%, 11%);
border
border: 2px solid hsl(26, 20%, 11%);
gradient light
background: linear-gradient(to right, hsl(26, 20%, 31%), hsl(26, 20%, 11%));
gradient dark
background: linear-gradient(to right, hsl(26, 20%, 11%), hsl(26, 20%, 0%))
hex
background-color: #221B16;
tailwind
bg-[hsl(26,20%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 20%, 11%, 0.4);
css variable
--color-primary: hsl(26, 20%, 11%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 20%, 11%)?
HEX: #221B16 | RGB: rgb(34, 27, 22) | CMYK: 0%, 21%, 35%, 87% | HSV: 25°, 35%, 13%. Copy any format from the conversion table above.
What colors go well with #221B16?
The complementary color is HSL(206, 20%, 11%). For a triadic harmony, use hues 26°, 146°, and 266°. For analogous combinations, try hues 356° and 56°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(26, 20%, 11%) in CSS?
As HSL: color: hsl(26, 20%, 11%); — As HEX: color: #221B16; — As RGB: color: rgb(34, 27, 22); — Tailwind CSS: bg-[hsl(26,20%,11%)] — CSS variable: --color-primary: hsl(26, 20%, 11%);