#ee7eb9
a light, electric magenta / pink · warm · closest name: plum
RGB
238, 126, 185
HSL
328°, 77%, 71%
CMYK
0, 47, 22, 7
Luminance
0.3660
Every format
| HEX | #ee7eb9 |
| RGB | rgb(238, 126, 185) |
| HSL | hsl(328, 77%, 71%) |
| CMYK | cmyk(0%, 47%, 22%, 7%) |
| LAB | lab(67.0 49.9 -11.5) |
| LCH | lch(67.0 51.2 347.0) |
| OKLCH | oklch(0.735 0.153 348.7) |
Copy-ready code
/* CSS */
color: #ee7eb9;
background-color: #ee7eb9;
/* Tailwind (arbitrary) */
class="text-[#ee7eb9] bg-[#ee7eb9]"
/* SCSS */
$brand: #ee7eb9;
/* SwiftUI */
Color(red: 0.933, green: 0.494, blue: 0.725)
/* Android */
Color.parseColor("#ee7eb9")Accessibility — WCAG contrast
Aa
#ee7eb9 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7eb9 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green49.4%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow22.3%
Key (black)6.7%
Color previews
#ee7eb9 text on a black background
contrast 8.32:1
Card sample
#ee7eb9 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7eb9;
Background color
Panel with #ee7eb9 background
background-color: #ee7eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 126, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 126, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7eb9; background: linear-gradient(135deg, #ee7eb9, #EE8E7E);