HSL(31, 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(31,12%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 12%, 13%) | color: hsl(31, 12%, 13%) | |
| HEX | #25211D | color: #25211D | |
| RGB | rgb(37, 33, 29) | color: rgb(37, 33, 29) | |
| CMYK | cmyk(0%, 11%, 22%, 85%) | — | |
| HSV | hsv(30, 22%, 15%) | — | |
| HWB | hwb(30 12% 85%) | color: hwb(30 12% 85%) | |
| OKLCH | oklch(0.2508 0.0096 67.37) | color: oklch(0.2508 0.0096 67.37) | |
| Lab | lab(13.04 1.01 3.39) | color: lab(13.04 1.01 3.39) | |
| LCH | lch(13.04 3.54 73.41) | color: lch(13.04 3.54 73.41) |
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)
#24241E — rgb(36, 36, 30)
Tritanopia (Blue-blind)
#251F1F — rgb(37, 31, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 12%, 13%);
text
color: hsl(31, 12%, 13%);
border
border: 2px solid hsl(31, 12%, 13%);
gradient light
background: linear-gradient(to right, hsl(31, 12%, 33%), hsl(31, 12%, 13%));
gradient dark
background: linear-gradient(to right, hsl(31, 12%, 13%), hsl(31, 12%, 0%))
hex
background-color: #25211D;
tailwind
bg-[hsl(31,12%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 12%, 13%, 0.4);
css variable
--color-primary: hsl(31, 12%, 13%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 12%, 13%)?
HEX: #25211D | RGB: rgb(37, 33, 29) | CMYK: 0%, 11%, 22%, 85% | HSV: 30°, 22%, 15%. Copy any format from the conversion table above.
What colors go well with #25211D?
The complementary color is HSL(211, 12%, 13%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 12%, 13%) in CSS?
As HSL: color: hsl(31, 12%, 13%); — As HEX: color: #25211D; — As RGB: color: rgb(37, 33, 29); — Tailwind CSS: bg-[hsl(31,12%,13%)] — CSS variable: --color-primary: hsl(31, 12%, 13%);