HSL(322, 54%, 85%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,54%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 54%, 85%) | color: hsl(322, 54%, 85%) | |
| HEX | #EDC4DE | color: #EDC4DE | |
| RGB | rgb(237, 196, 222) | color: rgb(237, 196, 222) | |
| CMYK | cmyk(0%, 17%, 6%, 7%) | — | |
| HSV | hsv(322, 17%, 93%) | — | |
| HWB | hwb(322 77% 7%) | color: hwb(322 77% 7%) | |
| OKLCH | oklch(0.8634 0.0575 340.05) | color: oklch(0.8634 0.0575 340.05) | |
| Lab | lab(83.32 18.77 -7.44) | color: lab(83.32 18.77 -7.44) | |
| LCH | lch(83.32 20.19 338.38) | color: lch(83.32 20.19 338.38) |
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)
#DBDBD8 — rgb(219, 219, 216)
Deuteranopia (Green-blind)
#DEE1D6 — rgb(222, 225, 214)
Tritanopia (Blue-blind)
#EBD3D2 — rgb(235, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 54%, 85%);
text
color: hsl(322, 54%, 85%);
border
border: 2px solid hsl(322, 54%, 85%);
gradient light
background: linear-gradient(to right, hsl(322, 54%, 100%), hsl(322, 54%, 85%));
gradient dark
background: linear-gradient(to right, hsl(322, 54%, 85%), hsl(322, 54%, 65%))
hex
background-color: #EDC4DE;
tailwind
bg-[hsl(322,54%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 54%, 85%, 0.4);
css variable
--color-primary: hsl(322, 54%, 85%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 54%, 85%)?
HEX: #EDC4DE | RGB: rgb(237, 196, 222) | CMYK: 0%, 17%, 6%, 7% | HSV: 322°, 17%, 93%. Copy any format from the conversion table above.
What colors go well with #EDC4DE?
The complementary color is HSL(142, 54%, 85%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 54%, 85%) in CSS?
As HSL: color: hsl(322, 54%, 85%); — As HEX: color: #EDC4DE; — As RGB: color: rgb(237, 196, 222); — Tailwind CSS: bg-[hsl(322,54%,85%)] — CSS variable: --color-primary: hsl(322, 54%, 85%);