HSL(332, 43%, 62%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,43%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 43%, 62%) | color: hsl(332, 43%, 62%) | |
| HEX | #C8749B | color: #C8749B | |
| RGB | rgb(200, 116, 155) | color: rgb(200, 116, 155) | |
| CMYK | cmyk(0%, 42%, 23%, 22%) | — | |
| HSV | hsv(332, 42%, 78%) | — | |
| HWB | hwb(332 45% 22%) | color: hwb(332 45% 22%) | |
| OKLCH | oklch(0.6624 0.1152 351.42) | color: oklch(0.6624 0.1152 351.42) | |
| Lab | lab(59.1 37.98 -6.66) | color: lab(59.1 37.98 -6.66) | |
| LCH | lch(59.1 38.56 350.05) | color: lch(59.1 38.56 350.05) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A4A392 — rgb(164, 163, 146)
Deuteranopia (Green-blind)
#A9AF8F — rgb(169, 175, 143)
Tritanopia (Blue-blind)
#C48A88 — rgb(196, 138, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 43%, 62%);
text
color: hsl(332, 43%, 62%);
border
border: 2px solid hsl(332, 43%, 62%);
gradient light
background: linear-gradient(to right, hsl(332, 43%, 82%), hsl(332, 43%, 62%));
gradient dark
background: linear-gradient(to right, hsl(332, 43%, 62%), hsl(332, 43%, 42%))
hex
background-color: #C8749B;
tailwind
bg-[hsl(332,43%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 43%, 62%, 0.4);
css variable
--color-primary: hsl(332, 43%, 62%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 43%, 62%)?
HEX: #C8749B | RGB: rgb(200, 116, 155) | CMYK: 0%, 42%, 23%, 22% | HSV: 332°, 42%, 78%. Copy any format from the conversion table above.
What colors go well with #C8749B?
The complementary color is HSL(152, 43%, 62%). 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, 43%, 62%) in CSS?
As HSL: color: hsl(332, 43%, 62%); — As HEX: color: #C8749B; — As RGB: color: rgb(200, 116, 155); — Tailwind CSS: bg-[hsl(332,43%,62%)] — CSS variable: --color-primary: hsl(332, 43%, 62%);