HSL(336, 67%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,67%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 67%, 75%) | color: hsl(336, 67%, 75%) | |
| HEX | #EA95B7 | color: #EA95B7 | |
| RGB | rgb(234, 149, 183) | color: rgb(234, 149, 183) | |
| CMYK | cmyk(0%, 36%, 22%, 8%) | — | |
| HSV | hsv(336, 36%, 92%) | — | |
| HWB | hwb(336 59% 8%) | color: hwb(336 59% 8%) | |
| OKLCH | oklch(0.7655 0.1099 354.44) | color: oklch(0.7655 0.1099 354.44) | |
| Lab | lab(71.15 36.47 -4.22) | color: lab(71.15 36.47 -4.22) | |
| LCH | lch(71.15 36.71 353.4) | color: lch(71.15 36.71 353.4) |
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)
#C5C4AF — rgb(197, 196, 175)
Deuteranopia (Green-blind)
#CAD1AD — rgb(202, 209, 173)
Tritanopia (Blue-blind)
#E6A8A7 — rgb(230, 168, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 67%, 75%);
text
color: hsl(336, 67%, 75%);
border
border: 2px solid hsl(336, 67%, 75%);
gradient light
background: linear-gradient(to right, hsl(336, 67%, 95%), hsl(336, 67%, 75%));
gradient dark
background: linear-gradient(to right, hsl(336, 67%, 75%), hsl(336, 67%, 55%))
hex
background-color: #EA95B7;
tailwind
bg-[hsl(336,67%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 67%, 75%, 0.4);
css variable
--color-primary: hsl(336, 67%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 67%, 75%)?
HEX: #EA95B7 | RGB: rgb(234, 149, 183) | CMYK: 0%, 36%, 22%, 8% | HSV: 336°, 36%, 92%. Copy any format from the conversion table above.
What colors go well with #EA95B7?
The complementary color is HSL(156, 67%, 75%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 67%, 75%) in CSS?
As HSL: color: hsl(336, 67%, 75%); — As HEX: color: #EA95B7; — As RGB: color: rgb(234, 149, 183); — Tailwind CSS: bg-[hsl(336,67%,75%)] — CSS variable: --color-primary: hsl(336, 67%, 75%);