#ee9afd
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 154, 253
HSL
291°, 96%, 80%
CMYK
6, 39, 0, 1
Luminance
0.4838
Every format
| HEX | #ee9afd |
| RGB | rgb(238, 154, 253) |
| HSL | hsl(291, 96%, 80%) |
| CMYK | cmyk(6%, 39%, 0%, 1%) |
| LAB | lab(75.1 47.0 -36.6) |
| LCH | lch(75.1 59.6 322.0) |
| OKLCH | oklch(0.804 0.161 321.4) |
Copy-ready code
/* CSS */
color: #ee9afd;
background-color: #ee9afd;
/* Tailwind (arbitrary) */
class="text-[#ee9afd] bg-[#ee9afd]"
/* SCSS */
$brand: #ee9afd;
/* SwiftUI */
Color(red: 0.933, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#ee9afd")Accessibility — WCAG contrast
Aa
#ee9afd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee9afd on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green60.4%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ee9afd text on a black background
contrast 10.68:1
Card sample
#ee9afd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee9afd;
Background color
Panel with #ee9afd background
background-color: #ee9afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee9afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee9afd; background: linear-gradient(135deg, #ee9afd, #FD9ACA);