HSL(322, 74%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,74%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 74%, 75%) | color: hsl(322, 74%, 75%) | |
| HEX | #EE90CC | color: #EE90CC | |
| RGB | rgb(238, 144, 204) | color: rgb(238, 144, 204) | |
| CMYK | cmyk(0%, 39%, 14%, 7%) | — | |
| HSV | hsv(322, 39%, 93%) | — | |
| HWB | hwb(322 57% 7%) | color: hwb(322 57% 7%) | |
| OKLCH | oklch(0.7691 0.1348 341.95) | color: oklch(0.7691 0.1348 341.95) | |
| Lab | lab(71.21 43.61 -15.74) | color: lab(71.21 43.61 -15.74) | |
| LCH | lch(71.21 46.36 340.15) | color: lch(71.21 46.36 340.15) |
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)
#C5C4BD — rgb(197, 196, 189)
Deuteranopia (Green-blind)
#CBD2BA — rgb(203, 210, 186)
Tritanopia (Blue-blind)
#E9B2B0 — rgb(233, 178, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 74%, 75%);
text
color: hsl(322, 74%, 75%);
border
border: 2px solid hsl(322, 74%, 75%);
gradient light
background: linear-gradient(to right, hsl(322, 74%, 95%), hsl(322, 74%, 75%));
gradient dark
background: linear-gradient(to right, hsl(322, 74%, 75%), hsl(322, 74%, 55%))
hex
background-color: #EE90CC;
tailwind
bg-[hsl(322,74%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 74%, 75%, 0.4);
css variable
--color-primary: hsl(322, 74%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 74%, 75%)?
HEX: #EE90CC | RGB: rgb(238, 144, 204) | CMYK: 0%, 39%, 14%, 7% | HSV: 322°, 39%, 93%. Copy any format from the conversion table above.
What colors go well with #EE90CC?
The complementary color is HSL(142, 74%, 75%). 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, 74%, 75%) in CSS?
As HSL: color: hsl(322, 74%, 75%); — As HEX: color: #EE90CC; — As RGB: color: rgb(238, 144, 204); — Tailwind CSS: bg-[hsl(322,74%,75%)] — CSS variable: --color-primary: hsl(322, 74%, 75%);