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