HSL(292, 98%, 6%)
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(292,98%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 98%, 6%) | color: hsl(292, 98%, 6%) | |
| HEX | #1A001E | color: #1A001E | |
| RGB | rgb(26, 0, 30) | color: rgb(26, 0, 30) | |
| CMYK | cmyk(13%, 100%, 0%, 88%) | — | |
| HSV | hsv(292, 100%, 12%) | — | |
| HWB | hwb(292 0% 88%) | color: hwb(292 0% 88%) | |
| OKLCH | oklch(0.1564 0.0739 322.91) | color: oklch(0.1564 0.0739 322.91) | |
| Lab | lab(2.83 14.85 -12.7) | color: lab(2.83 14.85 -12.7) | |
| LCH | lch(2.83 19.54 319.46) | color: lch(2.83 19.54 319.46) |
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)
#0F0F17 — rgb(15, 15, 23)
Deuteranopia (Green-blind)
#101215 — rgb(16, 18, 21)
Tritanopia (Blue-blind)
#191110 — rgb(25, 17, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 98%, 6%);
text
color: hsl(292, 98%, 6%);
border
border: 2px solid hsl(292, 98%, 6%);
gradient light
background: linear-gradient(to right, hsl(292, 98%, 26%), hsl(292, 98%, 6%));
gradient dark
background: linear-gradient(to right, hsl(292, 98%, 6%), hsl(292, 98%, 0%))
hex
background-color: #1A001E;
tailwind
bg-[hsl(292,98%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 98%, 6%, 0.4);
css variable
--color-primary: hsl(292, 98%, 6%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 98%, 6%)?
HEX: #1A001E | RGB: rgb(26, 0, 30) | CMYK: 13%, 100%, 0%, 88% | HSV: 292°, 100%, 12%. Copy any format from the conversion table above.
What colors go well with #1A001E?
The complementary color is HSL(112, 98%, 6%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 98%, 6%) in CSS?
As HSL: color: hsl(292, 98%, 6%); — As HEX: color: #1A001E; — As RGB: color: rgb(26, 0, 30); — Tailwind CSS: bg-[hsl(292,98%,6%)] — CSS variable: --color-primary: hsl(292, 98%, 6%);