HSL(324, 90%, 21%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(324,90%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 90%, 21%) | color: hsl(324, 90%, 21%) | |
| HEX | #66053F | color: #66053F | |
| RGB | rgb(102, 5, 63) | color: rgb(102, 5, 63) | |
| CMYK | cmyk(0%, 95%, 38%, 60%) | — | |
| HSV | hsv(324, 95%, 40%) | — | |
| HWB | hwb(324 2% 60%) | color: hwb(324 2% 60%) | |
| OKLCH | oklch(0.3385 0.1353 351.75) | color: oklch(0.3385 0.1353 351.75) | |
| Lab | lab(21.18 43.48 -7.51) | color: lab(21.18 43.48 -7.51) | |
| LCH | lch(21.18 44.12 350.2) | color: lch(21.18 44.12 350.2) |
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)
#3C3B31 — rgb(60, 59, 49)
Deuteranopia (Green-blind)
#42492E — rgb(66, 73, 46)
Tritanopia (Blue-blind)
#612623 — rgb(97, 38, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 90%, 21%);
text
color: hsl(324, 90%, 21%);
border
border: 2px solid hsl(324, 90%, 21%);
gradient light
background: linear-gradient(to right, hsl(324, 90%, 41%), hsl(324, 90%, 21%));
gradient dark
background: linear-gradient(to right, hsl(324, 90%, 21%), hsl(324, 90%, 1%))
hex
background-color: #66053F;
tailwind
bg-[hsl(324,90%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 90%, 21%, 0.4);
css variable
--color-primary: hsl(324, 90%, 21%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 90%, 21%)?
HEX: #66053F | RGB: rgb(102, 5, 63) | CMYK: 0%, 95%, 38%, 60% | HSV: 324°, 95%, 40%. Copy any format from the conversion table above.
What colors go well with #66053F?
The complementary color is HSL(144, 90%, 21%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 90%, 21%) in CSS?
As HSL: color: hsl(324, 90%, 21%); — As HEX: color: #66053F; — As RGB: color: rgb(102, 5, 63); — Tailwind CSS: bg-[hsl(324,90%,21%)] — CSS variable: --color-primary: hsl(324, 90%, 21%);