HSL(15, 10%, 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(15,10%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 10%, 13%) | color: hsl(15, 10%, 13%) | |
| HEX | #241F1E | color: #241F1E | |
| RGB | rgb(36, 31, 30) | color: rgb(36, 31, 30) | |
| CMYK | cmyk(0%, 14%, 17%, 86%) | — | |
| HSV | hsv(10, 17%, 14%) | — | |
| HWB | hwb(10 12% 86%) | color: hwb(10 12% 86%) | |
| OKLCH | oklch(0.2446 0.008 31.14) | color: oklch(0.2446 0.008 31.14) | |
| Lab | lab(12.28 2.17 1.56) | color: lab(12.28 2.17 1.56) | |
| LCH | lch(12.28 2.67 35.71) | color: lch(12.28 2.67 35.71) |
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)
#22221E — rgb(34, 34, 30)
Deuteranopia (Green-blind)
#22231E — rgb(34, 35, 30)
Tritanopia (Blue-blind)
#241E1E — rgb(36, 30, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 10%, 13%);
text
color: hsl(15, 10%, 13%);
border
border: 2px solid hsl(15, 10%, 13%);
gradient light
background: linear-gradient(to right, hsl(15, 10%, 33%), hsl(15, 10%, 13%));
gradient dark
background: linear-gradient(to right, hsl(15, 10%, 13%), hsl(15, 10%, 0%))
hex
background-color: #241F1E;
tailwind
bg-[hsl(15,10%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 10%, 13%, 0.4);
css variable
--color-primary: hsl(15, 10%, 13%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 10%, 13%)?
HEX: #241F1E | RGB: rgb(36, 31, 30) | CMYK: 0%, 14%, 17%, 86% | HSV: 10°, 17%, 14%. Copy any format from the conversion table above.
What colors go well with #241F1E?
The complementary color is HSL(195, 10%, 13%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(15, 10%, 13%) in CSS?
As HSL: color: hsl(15, 10%, 13%); — As HEX: color: #241F1E; — As RGB: color: rgb(36, 31, 30); — Tailwind CSS: bg-[hsl(15,10%,13%)] — CSS variable: --color-primary: hsl(15, 10%, 13%);