HSL(17, 25%, 11%)
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(17,25%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 25%, 11%) | color: hsl(17, 25%, 11%) | |
| HEX | #231915 | color: #231915 | |
| RGB | rgb(35, 25, 21) | color: rgb(35, 25, 21) | |
| CMYK | cmyk(0%, 29%, 40%, 86%) | — | |
| HSV | hsv(17, 40%, 14%) | — | |
| HWB | hwb(17 8% 86%) | color: hwb(17 8% 86%) | |
| OKLCH | oklch(0.2244 0.0178 42.86) | color: oklch(0.2244 0.0178 42.86) | |
| Lab | lab(9.85 4.22 4.67) | color: lab(9.85 4.22 4.67) | |
| LCH | lch(9.85 6.29 47.9) | color: lch(9.85 6.29 47.9) |
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)
#1F1F16 — rgb(31, 31, 22)
Deuteranopia (Green-blind)
#1F2016 — rgb(31, 32, 22)
Tritanopia (Blue-blind)
#231717 — rgb(35, 23, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 25%, 11%);
text
color: hsl(17, 25%, 11%);
border
border: 2px solid hsl(17, 25%, 11%);
gradient light
background: linear-gradient(to right, hsl(17, 25%, 31%), hsl(17, 25%, 11%));
gradient dark
background: linear-gradient(to right, hsl(17, 25%, 11%), hsl(17, 25%, 0%))
hex
background-color: #231915;
tailwind
bg-[hsl(17,25%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 25%, 11%, 0.4);
css variable
--color-primary: hsl(17, 25%, 11%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 25%, 11%)?
HEX: #231915 | RGB: rgb(35, 25, 21) | CMYK: 0%, 29%, 40%, 86% | HSV: 17°, 40%, 14%. Copy any format from the conversion table above.
What colors go well with #231915?
The complementary color is HSL(197, 25%, 11%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 25%, 11%) in CSS?
As HSL: color: hsl(17, 25%, 11%); — As HEX: color: #231915; — As RGB: color: rgb(35, 25, 21); — Tailwind CSS: bg-[hsl(17,25%,11%)] — CSS variable: --color-primary: hsl(17, 25%, 11%);