#ee91af
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 145, 175
HSL
341°, 73%, 75%
CMYK
0, 39, 27, 7
Luminance
0.4152
Every format
| HEX | #ee91af |
| RGB | rgb(238, 145, 175) |
| HSL | hsl(341, 73%, 75%) |
| CMYK | cmyk(0%, 39%, 27%, 7%) |
| LAB | lab(70.5 38.8 -0.6) |
| LCH | lch(70.5 38.8 359.1) |
| OKLCH | oklch(0.761 0.117 359.5) |
Copy-ready code
/* CSS */
color: #ee91af;
background-color: #ee91af;
/* Tailwind (arbitrary) */
class="text-[#ee91af] bg-[#ee91af]"
/* SCSS */
$brand: #ee91af;
/* SwiftUI */
Color(red: 0.933, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#ee91af")Accessibility — WCAG contrast
Aa
#ee91af on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee91af on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green56.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow26.5%
Key (black)6.7%
Color previews
#ee91af text on a black background
contrast 9.30:1
Card sample
#ee91af text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee91af;
Background color
Panel with #ee91af background
background-color: #ee91af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee91af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee91af; background: linear-gradient(135deg, #ee91af, #EEB191);