HSL(319, 71%, 4%)
Very Dark Pink — Pink color
Adjust Color
Color Information
Color Name
Very Dark Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,71%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 71%, 4%) | color: hsl(319, 71%, 4%) | |
| HEX | #11030D | color: #11030D | |
| RGB | rgb(17, 3, 13) | color: rgb(17, 3, 13) | |
| CMYK | cmyk(0%, 82%, 24%, 93%) | — | |
| HSV | hsv(317, 82%, 7%) | — | |
| HWB | hwb(317 1% 93%) | color: hwb(317 1% 93%) | |
| OKLCH | oklch(0.1336 0.0375 337.92) | color: oklch(0.1336 0.0375 337.92) | |
| Lab | lab(1.93 5.47 -2.46) | color: lab(1.93 5.47 -2.46) | |
| LCH | lch(1.93 6 335.79) | color: lch(1.93 6 335.79) |
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)
#0B0B0B — rgb(11, 11, 11)
Deuteranopia (Green-blind)
#0C0D0A — rgb(12, 13, 10)
Tritanopia (Blue-blind)
#100908 — rgb(16, 9, 8)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 71%, 4%);
text
color: hsl(319, 71%, 4%);
border
border: 2px solid hsl(319, 71%, 4%);
gradient light
background: linear-gradient(to right, hsl(319, 71%, 24%), hsl(319, 71%, 4%));
gradient dark
background: linear-gradient(to right, hsl(319, 71%, 4%), hsl(319, 71%, 0%))
hex
background-color: #11030D;
tailwind
bg-[hsl(319,71%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 71%, 4%, 0.4);
css variable
--color-primary: hsl(319, 71%, 4%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 71%, 4%)?
HEX: #11030D | RGB: rgb(17, 3, 13) | CMYK: 0%, 82%, 24%, 93% | HSV: 317°, 82%, 7%. Copy any format from the conversion table above.
What colors go well with #11030D?
The complementary color is HSL(139, 71%, 4%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 71%, 4%) in CSS?
As HSL: color: hsl(319, 71%, 4%); — As HEX: color: #11030D; — As RGB: color: rgb(17, 3, 13); — Tailwind CSS: bg-[hsl(319,71%,4%)] — CSS variable: --color-primary: hsl(319, 71%, 4%);