HSL(335, 65%, 79%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(335,65%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(335, 65%, 79%) | color: hsl(335, 65%, 79%) | |
| HEX | #ECA7C4 | color: #ECA7C4 | |
| RGB | rgb(236, 167, 196) | color: rgb(236, 167, 196) | |
| CMYK | cmyk(0%, 29%, 17%, 7%) | — | |
| HSV | hsv(335, 29%, 93%) | — | |
| HWB | hwb(335 66% 7%) | color: hwb(335 66% 7%) | |
| OKLCH | oklch(0.8023 0.0888 352.38) | color: oklch(0.8023 0.0888 352.38) | |
| Lab | lab(75.74 29.6 -4.6) | color: lab(75.74 29.6 -4.6) | |
| LCH | lch(75.74 29.96 351.17) | color: lch(75.74 29.96 351.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#CECEBD — rgb(206, 206, 189)
Deuteranopia (Green-blind)
#D2D7BB — rgb(210, 215, 187)
Tritanopia (Blue-blind)
#E9B7B6 — rgb(233, 183, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(335, 65%, 79%);
text
color: hsl(335, 65%, 79%);
border
border: 2px solid hsl(335, 65%, 79%);
gradient light
background: linear-gradient(to right, hsl(335, 65%, 99%), hsl(335, 65%, 79%));
gradient dark
background: linear-gradient(to right, hsl(335, 65%, 79%), hsl(335, 65%, 59%))
hex
background-color: #ECA7C4;
tailwind
bg-[hsl(335,65%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(335, 65%, 79%, 0.4);
css variable
--color-primary: hsl(335, 65%, 79%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(335, 65%, 79%)?
HEX: #ECA7C4 | RGB: rgb(236, 167, 196) | CMYK: 0%, 29%, 17%, 7% | HSV: 335°, 29%, 93%. Copy any format from the conversion table above.
What colors go well with #ECA7C4?
The complementary color is HSL(155, 65%, 79%). For a triadic harmony, use hues 335°, 95°, and 215°. For analogous combinations, try hues 305° and 5°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(335, 65%, 79%) in CSS?
As HSL: color: hsl(335, 65%, 79%); — As HEX: color: #ECA7C4; — As RGB: color: rgb(236, 167, 196); — Tailwind CSS: bg-[hsl(335,65%,79%)] — CSS variable: --color-primary: hsl(335, 65%, 79%);