HSL(332, 64%, 79%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,64%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 64%, 79%) | color: hsl(332, 64%, 79%) | |
| HEX | #ECA7C7 | color: #ECA7C7 | |
| RGB | rgb(236, 167, 199) | color: rgb(236, 167, 199) | |
| CMYK | cmyk(0%, 29%, 16%, 7%) | — | |
| HSV | hsv(332, 29%, 93%) | — | |
| HWB | hwb(332 66% 7%) | color: hwb(332 66% 7%) | |
| OKLCH | oklch(0.8032 0.0905 349.92) | color: oklch(0.8032 0.0905 349.92) | |
| Lab | lab(75.82 30.07 -6.11) | color: lab(75.82 30.07 -6.11) | |
| LCH | lch(75.82 30.68 348.51) | color: lch(75.82 30.68 348.51) |
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)
#CECEBF — rgb(206, 206, 191)
Deuteranopia (Green-blind)
#D2D7BD — rgb(210, 215, 189)
Tritanopia (Blue-blind)
#E9B9B8 — rgb(233, 185, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 64%, 79%);
text
color: hsl(332, 64%, 79%);
border
border: 2px solid hsl(332, 64%, 79%);
gradient light
background: linear-gradient(to right, hsl(332, 64%, 99%), hsl(332, 64%, 79%));
gradient dark
background: linear-gradient(to right, hsl(332, 64%, 79%), hsl(332, 64%, 59%))
hex
background-color: #ECA7C7;
tailwind
bg-[hsl(332,64%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 64%, 79%, 0.4);
css variable
--color-primary: hsl(332, 64%, 79%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 64%, 79%)?
HEX: #ECA7C7 | RGB: rgb(236, 167, 199) | CMYK: 0%, 29%, 16%, 7% | HSV: 332°, 29%, 93%. Copy any format from the conversion table above.
What colors go well with #ECA7C7?
The complementary color is HSL(152, 64%, 79%). 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, 64%, 79%) in CSS?
As HSL: color: hsl(332, 64%, 79%); — As HEX: color: #ECA7C7; — As RGB: color: rgb(236, 167, 199); — Tailwind CSS: bg-[hsl(332,64%,79%)] — CSS variable: --color-primary: hsl(332, 64%, 79%);