HSL(316, 19%, 11%)
Very Dark Pink — Pink color
Adjust Color
Color Information
Color Name
Very Dark Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(316,19%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 19%, 11%) | color: hsl(316, 19%, 11%) | |
| HEX | #21171F | color: #21171F | |
| RGB | rgb(33, 23, 31) | color: rgb(33, 23, 31) | |
| CMYK | cmyk(0%, 30%, 6%, 87%) | — | |
| HSV | hsv(312, 30%, 13%) | — | |
| HWB | hwb(312 9% 87%) | color: hwb(312 9% 87%) | |
| OKLCH | oklch(0.2206 0.0217 333.39) | color: oklch(0.2206 0.0217 333.39) | |
| Lab | lab(9.28 6.84 -3.64) | color: lab(9.28 6.84 -3.64) | |
| LCH | lch(9.28 7.75 331.98) | color: lch(9.28 7.75 331.98) |
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)
#1D1D1D — rgb(29, 29, 29)
Deuteranopia (Green-blind)
#1D1E1D — rgb(29, 30, 29)
Tritanopia (Blue-blind)
#211C1B — rgb(33, 28, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 19%, 11%);
text
color: hsl(316, 19%, 11%);
border
border: 2px solid hsl(316, 19%, 11%);
gradient light
background: linear-gradient(to right, hsl(316, 19%, 31%), hsl(316, 19%, 11%));
gradient dark
background: linear-gradient(to right, hsl(316, 19%, 11%), hsl(316, 19%, 0%))
hex
background-color: #21171F;
tailwind
bg-[hsl(316,19%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 19%, 11%, 0.4);
css variable
--color-primary: hsl(316, 19%, 11%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 19%, 11%)?
HEX: #21171F | RGB: rgb(33, 23, 31) | CMYK: 0%, 30%, 6%, 87% | HSV: 312°, 30%, 13%. Copy any format from the conversion table above.
What colors go well with #21171F?
The complementary color is HSL(136, 19%, 11%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 19%, 11%) in CSS?
As HSL: color: hsl(316, 19%, 11%); — As HEX: color: #21171F; — As RGB: color: rgb(33, 23, 31); — Tailwind CSS: bg-[hsl(316,19%,11%)] — CSS variable: --color-primary: hsl(316, 19%, 11%);