HSL(331, 63%, 69%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,63%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 63%, 69%) | color: hsl(331, 63%, 69%) | |
| HEX | #E27EAE | color: #E27EAE | |
| RGB | rgb(226, 126, 174) | color: rgb(226, 126, 174) | |
| CMYK | cmyk(0%, 44%, 23%, 11%) | — | |
| HSV | hsv(331, 44%, 89%) | — | |
| HWB | hwb(331 50% 11%) | color: hwb(331 50% 11%) | |
| OKLCH | oklch(0.7165 0.135 350.88) | color: oklch(0.7165 0.135 350.88) | |
| Lab | lab(65.08 44.4 -8.27) | color: lab(65.08 44.4 -8.27) | |
| LCH | lch(65.08 45.16 349.45) | color: lch(65.08 45.16 349.45) |
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)
#B7B6A2 — rgb(183, 182, 162)
Deuteranopia (Green-blind)
#BDC4A0 — rgb(189, 196, 160)
Tritanopia (Blue-blind)
#DD9997 — rgb(221, 153, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 63%, 69%);
text
color: hsl(331, 63%, 69%);
border
border: 2px solid hsl(331, 63%, 69%);
gradient light
background: linear-gradient(to right, hsl(331, 63%, 89%), hsl(331, 63%, 69%));
gradient dark
background: linear-gradient(to right, hsl(331, 63%, 69%), hsl(331, 63%, 49%))
hex
background-color: #E27EAE;
tailwind
bg-[hsl(331,63%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 63%, 69%, 0.4);
css variable
--color-primary: hsl(331, 63%, 69%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 63%, 69%)?
HEX: #E27EAE | RGB: rgb(226, 126, 174) | CMYK: 0%, 44%, 23%, 11% | HSV: 331°, 44%, 89%. Copy any format from the conversion table above.
What colors go well with #E27EAE?
The complementary color is HSL(151, 63%, 69%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 63%, 69%) in CSS?
As HSL: color: hsl(331, 63%, 69%); — As HEX: color: #E27EAE; — As RGB: color: rgb(226, 126, 174); — Tailwind CSS: bg-[hsl(331,63%,69%)] — CSS variable: --color-primary: hsl(331, 63%, 69%);