HSL(21, 12%, 13%)
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(21,12%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 12%, 13%) | color: hsl(21, 12%, 13%) | |
| HEX | #25201D | color: #25201D | |
| RGB | rgb(37, 32, 29) | color: rgb(37, 32, 29) | |
| CMYK | cmyk(0%, 14%, 22%, 85%) | — | |
| HSV | hsv(23, 22%, 15%) | — | |
| HWB | hwb(23 12% 85%) | color: hwb(23 12% 85%) | |
| OKLCH | oklch(0.2481 0.0095 53.04) | color: oklch(0.2481 0.0095 53.04) | |
| Lab | lab(12.7 1.73 2.91) | color: lab(12.7 1.73 2.91) | |
| LCH | lch(12.7 3.39 59.27) | color: lch(12.7 3.39 59.27) |
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)
#23231E — rgb(35, 35, 30)
Deuteranopia (Green-blind)
#23241E — rgb(35, 36, 30)
Tritanopia (Blue-blind)
#251E1E — rgb(37, 30, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 12%, 13%);
text
color: hsl(21, 12%, 13%);
border
border: 2px solid hsl(21, 12%, 13%);
gradient light
background: linear-gradient(to right, hsl(21, 12%, 33%), hsl(21, 12%, 13%));
gradient dark
background: linear-gradient(to right, hsl(21, 12%, 13%), hsl(21, 12%, 0%))
hex
background-color: #25201D;
tailwind
bg-[hsl(21,12%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 12%, 13%, 0.4);
css variable
--color-primary: hsl(21, 12%, 13%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 12%, 13%)?
HEX: #25201D | RGB: rgb(37, 32, 29) | CMYK: 0%, 14%, 22%, 85% | HSV: 23°, 22%, 15%. Copy any format from the conversion table above.
What colors go well with #25201D?
The complementary color is HSL(201, 12%, 13%). 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, 12%, 13%) in CSS?
As HSL: color: hsl(21, 12%, 13%); — As HEX: color: #25201D; — As RGB: color: rgb(37, 32, 29); — Tailwind CSS: bg-[hsl(21,12%,13%)] — CSS variable: --color-primary: hsl(21, 12%, 13%);