HSL(336, 95%, 6%)
Very Dark Pink — Pink color
Adjust Color
Color Information
Color Name
Very Dark Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,95%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 95%, 6%) | color: hsl(336, 95%, 6%) | |
| HEX | #1E010C | color: #1E010C | |
| RGB | rgb(30, 1, 12) | color: rgb(30, 1, 12) | |
| CMYK | cmyk(0%, 97%, 60%, 88%) | — | |
| HSV | hsv(337, 97%, 12%) | — | |
| HWB | hwb(337 0% 88%) | color: hwb(337 0% 88%) | |
| OKLCH | oklch(0.1558 0.0587 358.48) | color: oklch(0.1558 0.0587 358.48) | |
| Lab | lab(2.93 12.47 -0.36) | color: lab(2.93 12.47 -0.36) | |
| LCH | lch(2.93 12.48 358.35) | color: lch(2.93 12.48 358.35) |
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)
#111109 — rgb(17, 17, 9)
Deuteranopia (Green-blind)
#131509 — rgb(19, 21, 9)
Tritanopia (Blue-blind)
#1D0707 — rgb(29, 7, 7)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 95%, 6%);
text
color: hsl(336, 95%, 6%);
border
border: 2px solid hsl(336, 95%, 6%);
gradient light
background: linear-gradient(to right, hsl(336, 95%, 26%), hsl(336, 95%, 6%));
gradient dark
background: linear-gradient(to right, hsl(336, 95%, 6%), hsl(336, 95%, 0%))
hex
background-color: #1E010C;
tailwind
bg-[hsl(336,95%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 95%, 6%, 0.4);
css variable
--color-primary: hsl(336, 95%, 6%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 95%, 6%)?
HEX: #1E010C | RGB: rgb(30, 1, 12) | CMYK: 0%, 97%, 60%, 88% | HSV: 337°, 97%, 12%. Copy any format from the conversion table above.
What colors go well with #1E010C?
The complementary color is HSL(156, 95%, 6%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 95%, 6%) in CSS?
As HSL: color: hsl(336, 95%, 6%); — As HEX: color: #1E010C; — As RGB: color: rgb(30, 1, 12); — Tailwind CSS: bg-[hsl(336,95%,6%)] — CSS variable: --color-primary: hsl(336, 95%, 6%);