HSL(342, 67%, 74%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(342,67%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 67%, 74%) | color: hsl(342, 67%, 74%) | |
| HEX | #E990AB | color: #E990AB | |
| RGB | rgb(233, 144, 171) | color: rgb(233, 144, 171) | |
| CMYK | cmyk(0%, 38%, 27%, 9%) | — | |
| HSV | hsv(342, 38%, 91%) | — | |
| HWB | hwb(342 56% 9%) | color: hwb(342 56% 9%) | |
| OKLCH | oklch(0.7525 0.1119 0.54) | color: oklch(0.7525 0.1119 0.54) | |
| Lab | lab(69.62 37.05 0.21) | color: lab(69.62 37.05 0.21) | |
| LCH | lch(69.62 37.05 0.32) | color: lch(69.62 37.05 0.32) |
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)
#C2C2A4 — rgb(194, 194, 164)
Deuteranopia (Green-blind)
#C8CEA3 — rgb(200, 206, 163)
Tritanopia (Blue-blind)
#E59F9E — rgb(229, 159, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 67%, 74%);
text
color: hsl(342, 67%, 74%);
border
border: 2px solid hsl(342, 67%, 74%);
gradient light
background: linear-gradient(to right, hsl(342, 67%, 94%), hsl(342, 67%, 74%));
gradient dark
background: linear-gradient(to right, hsl(342, 67%, 74%), hsl(342, 67%, 54%))
hex
background-color: #E990AB;
tailwind
bg-[hsl(342,67%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 67%, 74%, 0.4);
css variable
--color-primary: hsl(342, 67%, 74%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 67%, 74%)?
HEX: #E990AB | RGB: rgb(233, 144, 171) | CMYK: 0%, 38%, 27%, 9% | HSV: 342°, 38%, 91%. Copy any format from the conversion table above.
What colors go well with #E990AB?
The complementary color is HSL(162, 67%, 74%). For a triadic harmony, use hues 342°, 102°, and 222°. For analogous combinations, try hues 312° and 12°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(342, 67%, 74%) in CSS?
As HSL: color: hsl(342, 67%, 74%); — As HEX: color: #E990AB; — As RGB: color: rgb(233, 144, 171); — Tailwind CSS: bg-[hsl(342,67%,74%)] — CSS variable: --color-primary: hsl(342, 67%, 74%);