HSL(330, 60%, 21%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,60%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 60%, 21%) | color: hsl(330, 60%, 21%) | |
| HEX | #561536 | color: #561536 | |
| RGB | rgb(86, 21, 54) | color: rgb(86, 21, 54) | |
| CMYK | cmyk(0%, 76%, 37%, 66%) | — | |
| HSV | hsv(330, 76%, 34%) | — | |
| HWB | hwb(330 8% 66%) | color: hwb(330 8% 66%) | |
| OKLCH | oklch(0.3164 0.1015 353.32) | color: oklch(0.3164 0.1015 353.32) | |
| Lab | lab(19.15 32.96 -4.62) | color: lab(19.15 32.96 -4.62) | |
| LCH | lch(19.15 33.28 352.02) | color: lch(19.15 33.28 352.02) |
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)
#3A392E — rgb(58, 57, 46)
Deuteranopia (Green-blind)
#3E432C — rgb(62, 67, 44)
Tritanopia (Blue-blind)
#532826 — rgb(83, 40, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 60%, 21%);
text
color: hsl(330, 60%, 21%);
border
border: 2px solid hsl(330, 60%, 21%);
gradient light
background: linear-gradient(to right, hsl(330, 60%, 41%), hsl(330, 60%, 21%));
gradient dark
background: linear-gradient(to right, hsl(330, 60%, 21%), hsl(330, 60%, 1%))
hex
background-color: #561536;
tailwind
bg-[hsl(330,60%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 60%, 21%, 0.4);
css variable
--color-primary: hsl(330, 60%, 21%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 60%, 21%)?
HEX: #561536 | RGB: rgb(86, 21, 54) | CMYK: 0%, 76%, 37%, 66% | HSV: 330°, 76%, 34%. Copy any format from the conversion table above.
What colors go well with #561536?
The complementary color is HSL(150, 60%, 21%). For a triadic harmony, use hues 330°, 90°, and 210°. For analogous combinations, try hues 300° and 0°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(330, 60%, 21%) in CSS?
As HSL: color: hsl(330, 60%, 21%); — As HEX: color: #561536; — As RGB: color: rgb(86, 21, 54); — Tailwind CSS: bg-[hsl(330,60%,21%)] — CSS variable: --color-primary: hsl(330, 60%, 21%);