HSL(294, 80%, 3%)
Very Dark Purple — Purple color
Adjust Color
Color Information
Color Name
Very Dark Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(294,80%,3%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(294, 80%, 3%) | color: hsl(294, 80%, 3%) | |
| HEX | #0D020E | color: #0D020E | |
| RGB | rgb(13, 2, 14) | color: rgb(13, 2, 14) | |
| CMYK | cmyk(7%, 86%, 0%, 95%) | — | |
| HSV | hsv(295, 86%, 5%) | — | |
| HWB | hwb(295 1% 95%) | color: hwb(295 1% 95%) | |
| OKLCH | oklch(0.1222 0.0399 325.11) | color: oklch(0.1222 0.0399 325.11) | |
| Lab | lab(1.45 4.68 -3.68) | color: lab(1.45 4.68 -3.68) | |
| LCH | lch(1.45 5.95 321.82) | color: lch(1.45 5.95 321.82) |
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)
#08080B — rgb(8, 8, 11)
Deuteranopia (Green-blind)
#090A0A — rgb(9, 10, 10)
Tritanopia (Blue-blind)
#0C0908 — rgb(12, 9, 8)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(294, 80%, 3%);
text
color: hsl(294, 80%, 3%);
border
border: 2px solid hsl(294, 80%, 3%);
gradient light
background: linear-gradient(to right, hsl(294, 80%, 23%), hsl(294, 80%, 3%));
gradient dark
background: linear-gradient(to right, hsl(294, 80%, 3%), hsl(294, 80%, 0%))
hex
background-color: #0D020E;
tailwind
bg-[hsl(294,80%,3%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(294, 80%, 3%, 0.4);
css variable
--color-primary: hsl(294, 80%, 3%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(294, 80%, 3%)?
HEX: #0D020E | RGB: rgb(13, 2, 14) | CMYK: 7%, 86%, 0%, 95% | HSV: 295°, 86%, 5%. Copy any format from the conversion table above.
What colors go well with #0D020E?
The complementary color is HSL(114, 80%, 3%). For a triadic harmony, use hues 294°, 54°, and 174°. For analogous combinations, try hues 264° and 324°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(294, 80%, 3%) in CSS?
As HSL: color: hsl(294, 80%, 3%); — As HEX: color: #0D020E; — As RGB: color: rgb(13, 2, 14); — Tailwind CSS: bg-[hsl(294,80%,3%)] — CSS variable: --color-primary: hsl(294, 80%, 3%);