HSL(21, 43%, 10%)
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(21,43%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 43%, 10%) | color: hsl(21, 43%, 10%) | |
| HEX | #24160F | color: #24160F | |
| RGB | rgb(36, 22, 15) | color: rgb(36, 22, 15) | |
| CMYK | cmyk(0%, 39%, 58%, 86%) | — | |
| HSV | hsv(20, 58%, 14%) | — | |
| HWB | hwb(20 6% 86%) | color: hwb(20 6% 86%) | |
| OKLCH | oklch(0.2165 0.0265 47.45) | color: oklch(0.2165 0.0265 47.45) | |
| Lab | lab(8.85 6 6.91) | color: lab(8.85 6 6.91) | |
| LCH | lch(8.85 9.15 49.03) | color: lch(8.85 9.15 49.03) |
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)
#1E1E11 — rgb(30, 30, 17)
Deuteranopia (Green-blind)
#1F2011 — rgb(31, 32, 17)
Tritanopia (Blue-blind)
#231212 — rgb(35, 18, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 43%, 10%);
text
color: hsl(21, 43%, 10%);
border
border: 2px solid hsl(21, 43%, 10%);
gradient light
background: linear-gradient(to right, hsl(21, 43%, 30%), hsl(21, 43%, 10%));
gradient dark
background: linear-gradient(to right, hsl(21, 43%, 10%), hsl(21, 43%, 0%))
hex
background-color: #24160F;
tailwind
bg-[hsl(21,43%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 43%, 10%, 0.4);
css variable
--color-primary: hsl(21, 43%, 10%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 43%, 10%)?
HEX: #24160F | RGB: rgb(36, 22, 15) | CMYK: 0%, 39%, 58%, 86% | HSV: 20°, 58%, 14%. Copy any format from the conversion table above.
What colors go well with #24160F?
The complementary color is HSL(201, 43%, 10%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(21, 43%, 10%) in CSS?
As HSL: color: hsl(21, 43%, 10%); — As HEX: color: #24160F; — As RGB: color: rgb(36, 22, 15); — Tailwind CSS: bg-[hsl(21,43%,10%)] — CSS variable: --color-primary: hsl(21, 43%, 10%);