HSL(306, 80%, 8%)
Very Dark Purple — Purple color
Adjust Color
Color Information
Color Name
Very Dark Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(306,80%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 80%, 8%) | color: hsl(306, 80%, 8%) | |
| HEX | #250421 | color: #250421 | |
| RGB | rgb(37, 4, 33) | color: rgb(37, 4, 33) | |
| CMYK | cmyk(0%, 89%, 11%, 85%) | — | |
| HSV | hsv(307, 89%, 15%) | — | |
| HWB | hwb(307 2% 85%) | color: hwb(307 2% 85%) | |
| OKLCH | oklch(0.1901 0.0715 333.18) | color: oklch(0.1901 0.0715 333.18) | |
| Lab | lab(5.33 20.5 -11.12) | color: lab(5.33 20.5 -11.12) | |
| LCH | lch(5.33 23.32 331.52) | color: lch(5.33 23.32 331.52) |
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)
#17161A — rgb(23, 22, 26)
Deuteranopia (Green-blind)
#191B18 — rgb(25, 27, 24)
Tritanopia (Blue-blind)
#231413 — rgb(35, 20, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 80%, 8%);
text
color: hsl(306, 80%, 8%);
border
border: 2px solid hsl(306, 80%, 8%);
gradient light
background: linear-gradient(to right, hsl(306, 80%, 28%), hsl(306, 80%, 8%));
gradient dark
background: linear-gradient(to right, hsl(306, 80%, 8%), hsl(306, 80%, 0%))
hex
background-color: #250421;
tailwind
bg-[hsl(306,80%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 80%, 8%, 0.4);
css variable
--color-primary: hsl(306, 80%, 8%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 80%, 8%)?
HEX: #250421 | RGB: rgb(37, 4, 33) | CMYK: 0%, 89%, 11%, 85% | HSV: 307°, 89%, 15%. Copy any format from the conversion table above.
What colors go well with #250421?
The complementary color is HSL(126, 80%, 8%). For a triadic harmony, use hues 306°, 66°, and 186°. For analogous combinations, try hues 276° and 336°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(306, 80%, 8%) in CSS?
As HSL: color: hsl(306, 80%, 8%); — As HEX: color: #250421; — As RGB: color: rgb(37, 4, 33); — Tailwind CSS: bg-[hsl(306,80%,8%)] — CSS variable: --color-primary: hsl(306, 80%, 8%);