#ee96fd
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 150, 253
HSL
291°, 96%, 79%
CMYK
6, 41, 0, 1
Luminance
0.4708
Every format
| HEX | #ee96fd |
| RGB | rgb(238, 150, 253) |
| HSL | hsl(291, 96%, 79%) |
| CMYK | cmyk(6%, 41%, 0%, 1%) |
| LAB | lab(74.2 49.0 -37.9) |
| LCH | lch(74.2 62.0 322.3) |
| OKLCH | oklch(0.798 0.168 321.6) |
Copy-ready code
/* CSS */
color: #ee96fd;
background-color: #ee96fd;
/* Tailwind (arbitrary) */
class="text-[#ee96fd] bg-[#ee96fd]"
/* SCSS */
$brand: #ee96fd;
/* SwiftUI */
Color(red: 0.933, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#ee96fd")Accessibility — WCAG contrast
Aa
#ee96fd on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee96fd on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green58.8%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ee96fd text on a black background
contrast 10.42:1
Card sample
#ee96fd text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee96fd;
Background color
Panel with #ee96fd background
background-color: #ee96fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee96fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee96fd; background: linear-gradient(135deg, #ee96fd, #FD96C7);