HSL(26, 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(26,50%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 50%, 8%) | color: hsl(26, 50%, 8%) | |
| HEX | #1F130A | color: #1F130A | |
| RGB | rgb(31, 19, 10) | color: rgb(31, 19, 10) | |
| CMYK | cmyk(0%, 39%, 68%, 88%) | — | |
| HSV | hsv(26, 68%, 12%) | — | |
| HWB | hwb(26 4% 88%) | color: hwb(26 4% 88%) | |
| OKLCH | oklch(0.2 0.026 57.47) | color: oklch(0.2 0.026 57.47) | |
| Lab | lab(7.04 4.6 6.52) | color: lab(7.04 4.6 6.52) | |
| LCH | lch(7.04 7.98 54.8) | color: lch(7.04 7.98 54.8) |
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)
#1A1A0C — rgb(26, 26, 12)
Deuteranopia (Green-blind)
#1B1B0D — rgb(27, 27, 13)
Tritanopia (Blue-blind)
#1E0E0E — rgb(30, 14, 14)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 50%, 8%);
text
color: hsl(26, 50%, 8%);
border
border: 2px solid hsl(26, 50%, 8%);
gradient light
background: linear-gradient(to right, hsl(26, 50%, 28%), hsl(26, 50%, 8%));
gradient dark
background: linear-gradient(to right, hsl(26, 50%, 8%), hsl(26, 50%, 0%))
hex
background-color: #1F130A;
tailwind
bg-[hsl(26,50%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 50%, 8%, 0.4);
css variable
--color-primary: hsl(26, 50%, 8%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 50%, 8%)?
HEX: #1F130A | RGB: rgb(31, 19, 10) | CMYK: 0%, 39%, 68%, 88% | HSV: 26°, 68%, 12%. Copy any format from the conversion table above.
What colors go well with #1F130A?
The complementary color is HSL(206, 50%, 8%). For a triadic harmony, use hues 26°, 146°, and 266°. For analogous combinations, try hues 356° and 56°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(26, 50%, 8%) in CSS?
As HSL: color: hsl(26, 50%, 8%); — As HEX: color: #1F130A; — As RGB: color: rgb(31, 19, 10); — Tailwind CSS: bg-[hsl(26,50%,8%)] — CSS variable: --color-primary: hsl(26, 50%, 8%);