HSL(8, 80%, 10%)
Very Dark Red — Red color
Adjust Color
Color Information
Color Name
Very Dark Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(8,80%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 80%, 10%) | color: hsl(8, 80%, 10%) | |
| HEX | #2E0B05 | color: #2E0B05 | |
| RGB | rgb(46, 11, 5) | color: rgb(46, 11, 5) | |
| CMYK | cmyk(0%, 76%, 89%, 82%) | — | |
| HSV | hsv(9, 89%, 18%) | — | |
| HWB | hwb(9 2% 82%) | color: hwb(9 2% 82%) | |
| OKLCH | oklch(0.2092 0.0594 33.21) | color: oklch(0.2092 0.0594 33.21) | |
| Lab | lab(7.51 17.44 9.56) | color: lab(7.51 17.44 9.56) | |
| LCH | lch(7.51 19.89 28.73) | color: lch(7.51 19.89 28.73) |
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)
#1F1F06 — rgb(31, 31, 6)
Deuteranopia (Green-blind)
#212407 — rgb(33, 36, 7)
Tritanopia (Blue-blind)
#2C0808 — rgb(44, 8, 8)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 80%, 10%);
text
color: hsl(8, 80%, 10%);
border
border: 2px solid hsl(8, 80%, 10%);
gradient light
background: linear-gradient(to right, hsl(8, 80%, 30%), hsl(8, 80%, 10%));
gradient dark
background: linear-gradient(to right, hsl(8, 80%, 10%), hsl(8, 80%, 0%))
hex
background-color: #2E0B05;
tailwind
bg-[hsl(8,80%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 80%, 10%, 0.4);
css variable
--color-primary: hsl(8, 80%, 10%);
Related Colors
Use Cases for Very Dark Red
Frequently Asked Questions
What are all the color codes for HSL(8, 80%, 10%)?
HEX: #2E0B05 | RGB: rgb(46, 11, 5) | CMYK: 0%, 76%, 89%, 82% | HSV: 9°, 89%, 18%. Copy any format from the conversion table above.
What colors go well with #2E0B05?
The complementary color is HSL(188, 80%, 10%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(8, 80%, 10%) in CSS?
As HSL: color: hsl(8, 80%, 10%); — As HEX: color: #2E0B05; — As RGB: color: rgb(46, 11, 5); — Tailwind CSS: bg-[hsl(8,80%,10%)] — CSS variable: --color-primary: hsl(8, 80%, 10%);