HSL(324, 40%, 21%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(324,40%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 40%, 21%) | color: hsl(324, 40%, 21%) | |
| HEX | #4B203A | color: #4B203A | |
| RGB | rgb(75, 32, 58) | color: rgb(75, 32, 58) | |
| CMYK | cmyk(0%, 57%, 23%, 71%) | — | |
| HSV | hsv(324, 57%, 29%) | — | |
| HWB | hwb(324 12% 71%) | color: hwb(324 12% 71%) | |
| OKLCH | oklch(0.3146 0.0744 344.99) | color: oklch(0.3146 0.0744 344.99) | |
| Lab | lab(19.37 24.06 -7.28) | color: lab(19.37 24.06 -7.28) | |
| LCH | lch(19.37 25.14 343.17) | color: lch(19.37 25.14 343.17) |
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)
#383834 — rgb(56, 56, 52)
Deuteranopia (Green-blind)
#3B3E32 — rgb(59, 62, 50)
Tritanopia (Blue-blind)
#492F2E — rgb(73, 47, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 40%, 21%);
text
color: hsl(324, 40%, 21%);
border
border: 2px solid hsl(324, 40%, 21%);
gradient light
background: linear-gradient(to right, hsl(324, 40%, 41%), hsl(324, 40%, 21%));
gradient dark
background: linear-gradient(to right, hsl(324, 40%, 21%), hsl(324, 40%, 1%))
hex
background-color: #4B203A;
tailwind
bg-[hsl(324,40%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 40%, 21%, 0.4);
css variable
--color-primary: hsl(324, 40%, 21%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 40%, 21%)?
HEX: #4B203A | RGB: rgb(75, 32, 58) | CMYK: 0%, 57%, 23%, 71% | HSV: 324°, 57%, 29%. Copy any format from the conversion table above.
What colors go well with #4B203A?
The complementary color is HSL(144, 40%, 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, 40%, 21%) in CSS?
As HSL: color: hsl(324, 40%, 21%); — As HEX: color: #4B203A; — As RGB: color: rgb(75, 32, 58); — Tailwind CSS: bg-[hsl(324,40%,21%)] — CSS variable: --color-primary: hsl(324, 40%, 21%);