HSL(17, 50%, 8%)
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,50%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 50%, 8%) | color: hsl(17, 50%, 8%) | |
| HEX | #1F100A | color: #1F100A | |
| RGB | rgb(31, 16, 10) | color: rgb(31, 16, 10) | |
| CMYK | cmyk(0%, 48%, 68%, 88%) | — | |
| HSV | hsv(17, 68%, 12%) | — | |
| HWB | hwb(17 4% 88%) | color: hwb(17 4% 88%) | |
| OKLCH | oklch(0.1924 0.0281 42.5) | color: oklch(0.1924 0.0281 42.5) | |
| Lab | lab(6.18 6.36 5.26) | color: lab(6.18 6.36 5.26) | |
| LCH | lch(6.18 8.25 39.59) | color: lch(6.18 8.25 39.59) |
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)
#19180B — rgb(25, 24, 11)
Deuteranopia (Green-blind)
#191B0C — rgb(25, 27, 12)
Tritanopia (Blue-blind)
#1E0D0D — rgb(30, 13, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 50%, 8%);
text
color: hsl(17, 50%, 8%);
border
border: 2px solid hsl(17, 50%, 8%);
gradient light
background: linear-gradient(to right, hsl(17, 50%, 28%), hsl(17, 50%, 8%));
gradient dark
background: linear-gradient(to right, hsl(17, 50%, 8%), hsl(17, 50%, 0%))
hex
background-color: #1F100A;
tailwind
bg-[hsl(17,50%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 50%, 8%, 0.4);
css variable
--color-primary: hsl(17, 50%, 8%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 50%, 8%)?
HEX: #1F100A | RGB: rgb(31, 16, 10) | CMYK: 0%, 48%, 68%, 88% | HSV: 17°, 68%, 12%. Copy any format from the conversion table above.
What colors go well with #1F100A?
The complementary color is HSL(197, 50%, 8%). 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, 50%, 8%) in CSS?
As HSL: color: hsl(17, 50%, 8%); — As HEX: color: #1F100A; — As RGB: color: rgb(31, 16, 10); — Tailwind CSS: bg-[hsl(17,50%,8%)] — CSS variable: --color-primary: hsl(17, 50%, 8%);