HSL(331, 99%, 13%)
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(331,99%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 99%, 13%) | color: hsl(331, 99%, 13%) | |
| HEX | #420020 | color: #420020 | |
| RGB | rgb(66, 0, 32) | color: rgb(66, 0, 32) | |
| CMYK | cmyk(0%, 100%, 52%, 74%) | — | |
| HSV | hsv(331, 100%, 26%) | — | |
| HWB | hwb(331 0% 74%) | color: hwb(331 0% 74%) | |
| OKLCH | oklch(0.2461 0.1001 358.52) | color: oklch(0.2461 0.1001 358.52) | |
| Lab | lab(11.01 32.41 -1.13) | color: lab(11.01 32.41 -1.13) | |
| LCH | lch(11.01 32.43 358) | color: lch(11.01 32.43 358) |
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)
#252518 — rgb(37, 37, 24)
Deuteranopia (Green-blind)
#292E16 — rgb(41, 46, 22)
Tritanopia (Blue-blind)
#3F1211 — rgb(63, 18, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 99%, 13%);
text
color: hsl(331, 99%, 13%);
border
border: 2px solid hsl(331, 99%, 13%);
gradient light
background: linear-gradient(to right, hsl(331, 99%, 33%), hsl(331, 99%, 13%));
gradient dark
background: linear-gradient(to right, hsl(331, 99%, 13%), hsl(331, 99%, 0%))
hex
background-color: #420020;
tailwind
bg-[hsl(331,99%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 99%, 13%, 0.4);
css variable
--color-primary: hsl(331, 99%, 13%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 99%, 13%)?
HEX: #420020 | RGB: rgb(66, 0, 32) | CMYK: 0%, 100%, 52%, 74% | HSV: 331°, 100%, 26%. Copy any format from the conversion table above.
What colors go well with #420020?
The complementary color is HSL(151, 99%, 13%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 99%, 13%) in CSS?
As HSL: color: hsl(331, 99%, 13%); — As HEX: color: #420020; — As RGB: color: rgb(66, 0, 32); — Tailwind CSS: bg-[hsl(331,99%,13%)] — CSS variable: --color-primary: hsl(331, 99%, 13%);