#ee7af2
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 122, 242
HSL
298°, 82%, 71%
CMYK
2, 50, 0, 5
Luminance
0.3851
Every format
| HEX | #ee7af2 |
| RGB | rgb(238, 122, 242) |
| HSL | hsl(298, 82%, 71%) |
| CMYK | cmyk(2%, 50%, 0%, 5%) |
| LAB | lab(68.4 60.9 -41.0) |
| LCH | lch(68.4 73.5 326.0) |
| OKLCH | oklch(0.753 0.202 326.1) |
Copy-ready code
/* CSS */
color: #ee7af2;
background-color: #ee7af2;
/* Tailwind (arbitrary) */
class="text-[#ee7af2] bg-[#ee7af2]"
/* SCSS */
$brand: #ee7af2;
/* SwiftUI */
Color(red: 0.933, green: 0.478, blue: 0.949)
/* Android */
Color.parseColor("#ee7af2")Accessibility — WCAG contrast
Aa
#ee7af2 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7af2 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green47.8%
Blue94.9%
CMYK percentages
Cyan1.7%
Magenta49.6%
Yellow0.0%
Key (black)5.1%
Color previews
#ee7af2 text on a black background
contrast 8.70:1
Card sample
#ee7af2 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7af2;
Background color
Panel with #ee7af2 background
background-color: #ee7af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 122, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 122, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7af2; background: linear-gradient(135deg, #ee7af2, #F27AA6);