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