HSL(293, 65%, 7%)
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(293,65%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 65%, 7%) | color: hsl(293, 65%, 7%) | |
| HEX | #1B061D | color: #1B061D | |
| RGB | rgb(27, 6, 29) | color: rgb(27, 6, 29) | |
| CMYK | cmyk(7%, 79%, 0%, 89%) | — | |
| HSV | hsv(295, 79%, 11%) | — | |
| HWB | hwb(295 2% 89%) | color: hwb(295 2% 89%) | |
| OKLCH | oklch(0.1723 0.0548 324.21) | color: oklch(0.1723 0.0548 324.21) | |
| Lab | lab(4.08 12.67 -10.01) | color: lab(4.08 12.67 -10.01) | |
| LCH | lch(4.08 16.15 321.69) | color: lch(4.08 16.15 321.69) |
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)
#121217 — rgb(18, 18, 23)
Deuteranopia (Green-blind)
#131516 — rgb(19, 21, 22)
Tritanopia (Blue-blind)
#1A1312 — rgb(26, 19, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 65%, 7%);
text
color: hsl(293, 65%, 7%);
border
border: 2px solid hsl(293, 65%, 7%);
gradient light
background: linear-gradient(to right, hsl(293, 65%, 27%), hsl(293, 65%, 7%));
gradient dark
background: linear-gradient(to right, hsl(293, 65%, 7%), hsl(293, 65%, 0%))
hex
background-color: #1B061D;
tailwind
bg-[hsl(293,65%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 65%, 7%, 0.4);
css variable
--color-primary: hsl(293, 65%, 7%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 65%, 7%)?
HEX: #1B061D | RGB: rgb(27, 6, 29) | CMYK: 7%, 79%, 0%, 89% | HSV: 295°, 79%, 11%. Copy any format from the conversion table above.
What colors go well with #1B061D?
The complementary color is HSL(113, 65%, 7%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(293, 65%, 7%) in CSS?
As HSL: color: hsl(293, 65%, 7%); — As HEX: color: #1B061D; — As RGB: color: rgb(27, 6, 29); — Tailwind CSS: bg-[hsl(293,65%,7%)] — CSS variable: --color-primary: hsl(293, 65%, 7%);