#ee9af2
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 154, 242
HSL
297°, 77%, 78%
CMYK
2, 36, 0, 5
Luminance
0.4770
Every format
| HEX | #ee9af2 |
| RGB | rgb(238, 154, 242) |
| HSL | hsl(297, 77%, 78%) |
| CMYK | cmyk(2%, 36%, 0%, 5%) |
| LAB | lab(74.6 44.9 -31.4) |
| LCH | lch(74.6 54.8 325.1) |
| OKLCH | oklch(0.799 0.150 325.3) |
Copy-ready code
/* CSS */
color: #ee9af2;
background-color: #ee9af2;
/* Tailwind (arbitrary) */
class="text-[#ee9af2] bg-[#ee9af2]"
/* SCSS */
$brand: #ee9af2;
/* SwiftUI */
Color(red: 0.933, green: 0.604, blue: 0.949)
/* Android */
Color.parseColor("#ee9af2")Accessibility — WCAG contrast
Aa
#ee9af2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee9af2 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green60.4%
Blue94.9%
CMYK percentages
Cyan1.7%
Magenta36.4%
Yellow0.0%
Key (black)5.1%
Color previews
#ee9af2 text on a black background
contrast 10.54:1
Card sample
#ee9af2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee9af2;
Background color
Panel with #ee9af2 background
background-color: #ee9af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee9af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 154, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 154, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee9af2; background: linear-gradient(135deg, #ee9af2, #F29ABB);