HSL(44, 35%, 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(44,35%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 35%, 10%) | color: hsl(44, 35%, 10%) | |
| HEX | #221E11 | color: #221E11 | |
| RGB | rgb(34, 30, 17) | color: rgb(34, 30, 17) | |
| CMYK | cmyk(0%, 12%, 50%, 87%) | — | |
| HSV | hsv(46, 50%, 13%) | — | |
| HWB | hwb(46 7% 87%) | color: hwb(46 7% 87%) | |
| OKLCH | oklch(0.2355 0.0238 92.99) | color: oklch(0.2355 0.0238 92.99) | |
| Lab | lab(11.34 -0.61 9.28) | color: lab(11.34 -0.61 9.28) | |
| LCH | lch(11.34 9.3 93.76) | color: lch(11.34 9.3 93.76) |
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)
#202014 — rgb(32, 32, 20)
Deuteranopia (Green-blind)
#212115 — rgb(33, 33, 21)
Tritanopia (Blue-blind)
#221717 — rgb(34, 23, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 35%, 10%);
text
color: hsl(44, 35%, 10%);
border
border: 2px solid hsl(44, 35%, 10%);
gradient light
background: linear-gradient(to right, hsl(44, 35%, 30%), hsl(44, 35%, 10%));
gradient dark
background: linear-gradient(to right, hsl(44, 35%, 10%), hsl(44, 35%, 0%))
hex
background-color: #221E11;
tailwind
bg-[hsl(44,35%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 35%, 10%, 0.4);
css variable
--color-primary: hsl(44, 35%, 10%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 35%, 10%)?
HEX: #221E11 | RGB: rgb(34, 30, 17) | CMYK: 0%, 12%, 50%, 87% | HSV: 46°, 50%, 13%. Copy any format from the conversion table above.
What colors go well with #221E11?
The complementary color is HSL(224, 35%, 10%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 35%, 10%) in CSS?
As HSL: color: hsl(44, 35%, 10%); — As HEX: color: #221E11; — As RGB: color: rgb(34, 30, 17); — Tailwind CSS: bg-[hsl(44,35%,10%)] — CSS variable: --color-primary: hsl(44, 35%, 10%);