HSL(332, 51%, 42%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,51%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 51%, 42%) | color: hsl(332, 51%, 42%) | |
| HEX | #A23467 | color: #A23467 | |
| RGB | rgb(162, 52, 103) | color: rgb(162, 52, 103) | |
| CMYK | cmyk(0%, 68%, 36%, 36%) | — | |
| HSV | hsv(332, 68%, 64%) | — | |
| HWB | hwb(332 20% 36%) | color: hwb(332 20% 36%) | |
| OKLCH | oklch(0.5009 0.1526 355.52) | color: oklch(0.5009 0.1526 355.52) | |
| Lab | lab(39.78 49.74 -4.77) | color: lab(39.78 49.74 -4.77) | |
| LCH | lch(39.78 49.97 354.52) | color: lch(39.78 49.97 354.52) |
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)
#72715B — rgb(114, 113, 91)
Deuteranopia (Green-blind)
#798158 — rgb(121, 129, 88)
Tritanopia (Blue-blind)
#9D514F — rgb(157, 81, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 51%, 42%);
text
color: hsl(332, 51%, 42%);
border
border: 2px solid hsl(332, 51%, 42%);
gradient light
background: linear-gradient(to right, hsl(332, 51%, 62%), hsl(332, 51%, 42%));
gradient dark
background: linear-gradient(to right, hsl(332, 51%, 42%), hsl(332, 51%, 22%))
hex
background-color: #A23467;
tailwind
bg-[hsl(332,51%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 51%, 42%, 0.4);
css variable
--color-primary: hsl(332, 51%, 42%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 51%, 42%)?
HEX: #A23467 | RGB: rgb(162, 52, 103) | CMYK: 0%, 68%, 36%, 36% | HSV: 332°, 68%, 64%. Copy any format from the conversion table above.
What colors go well with #A23467?
The complementary color is HSL(152, 51%, 42%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 51%, 42%) in CSS?
As HSL: color: hsl(332, 51%, 42%); — As HEX: color: #A23467; — As RGB: color: rgb(162, 52, 103); — Tailwind CSS: bg-[hsl(332,51%,42%)] — CSS variable: --color-primary: hsl(332, 51%, 42%);