HSL(341, 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(341,19%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 19%, 11%) | color: hsl(341, 19%, 11%) | |
| HEX | #21171A | color: #21171A | |
| RGB | rgb(33, 23, 26) | color: rgb(33, 23, 26) | |
| CMYK | cmyk(0%, 30%, 21%, 87%) | — | |
| HSV | hsv(342, 30%, 13%) | — | |
| HWB | hwb(342 9% 87%) | color: hwb(342 9% 87%) | |
| OKLCH | oklch(0.2184 0.017 358.81) | color: oklch(0.2184 0.017 358.81) | |
| Lab | lab(9.08 5.67 -0.16) | color: lab(9.08 5.67 -0.16) | |
| LCH | lch(9.08 5.67 358.38) | color: lch(9.08 5.67 358.38) |
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)
#1D1D19 — rgb(29, 29, 25)
Deuteranopia (Green-blind)
#1D1E19 — rgb(29, 30, 25)
Tritanopia (Blue-blind)
#211919 — rgb(33, 25, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 19%, 11%);
text
color: hsl(341, 19%, 11%);
border
border: 2px solid hsl(341, 19%, 11%);
gradient light
background: linear-gradient(to right, hsl(341, 19%, 31%), hsl(341, 19%, 11%));
gradient dark
background: linear-gradient(to right, hsl(341, 19%, 11%), hsl(341, 19%, 0%))
hex
background-color: #21171A;
tailwind
bg-[hsl(341,19%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 19%, 11%, 0.4);
css variable
--color-primary: hsl(341, 19%, 11%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 19%, 11%)?
HEX: #21171A | RGB: rgb(33, 23, 26) | CMYK: 0%, 30%, 21%, 87% | HSV: 342°, 30%, 13%. Copy any format from the conversion table above.
What colors go well with #21171A?
The complementary color is HSL(161, 19%, 11%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 19%, 11%) in CSS?
As HSL: color: hsl(341, 19%, 11%); — As HEX: color: #21171A; — As RGB: color: rgb(33, 23, 26); — Tailwind CSS: bg-[hsl(341,19%,11%)] — CSS variable: --color-primary: hsl(341, 19%, 11%);