HSL(8, 89%, 9%)
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,89%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 89%, 9%) | color: hsl(8, 89%, 9%) | |
| HEX | #2B0803 | color: #2B0803 | |
| RGB | rgb(43, 8, 3) | color: rgb(43, 8, 3) | |
| CMYK | cmyk(0%, 81%, 93%, 83%) | — | |
| HSV | hsv(8, 93%, 17%) | — | |
| HWB | hwb(8 1% 83%) | color: hwb(8 1% 83%) | |
| OKLCH | oklch(0.1975 0.06 33.53) | color: oklch(0.1975 0.06 33.53) | |
| Lab | lab(6.27 17.1 8.49) | color: lab(6.27 17.1 8.49) | |
| LCH | lch(6.27 19.09 26.4) | color: lch(6.27 19.09 26.4) |
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)
#1C1C04 — rgb(28, 28, 4)
Deuteranopia (Green-blind)
#1E2105 — rgb(30, 33, 5)
Tritanopia (Blue-blind)
#290505 — rgb(41, 5, 5)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 89%, 9%);
text
color: hsl(8, 89%, 9%);
border
border: 2px solid hsl(8, 89%, 9%);
gradient light
background: linear-gradient(to right, hsl(8, 89%, 29%), hsl(8, 89%, 9%));
gradient dark
background: linear-gradient(to right, hsl(8, 89%, 9%), hsl(8, 89%, 0%))
hex
background-color: #2B0803;
tailwind
bg-[hsl(8,89%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 89%, 9%, 0.4);
css variable
--color-primary: hsl(8, 89%, 9%);
Related Colors
Use Cases for Very Dark Red
Frequently Asked Questions
What are all the color codes for HSL(8, 89%, 9%)?
HEX: #2B0803 | RGB: rgb(43, 8, 3) | CMYK: 0%, 81%, 93%, 83% | HSV: 8°, 93%, 17%. Copy any format from the conversion table above.
What colors go well with #2B0803?
The complementary color is HSL(188, 89%, 9%). 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, 89%, 9%) in CSS?
As HSL: color: hsl(8, 89%, 9%); — As HEX: color: #2B0803; — As RGB: color: rgb(43, 8, 3); — Tailwind CSS: bg-[hsl(8,89%,9%)] — CSS variable: --color-primary: hsl(8, 89%, 9%);