#ee9dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 157, 251
HSL
292°, 92%, 80%
CMYK
5, 38, 0, 2
Luminance
0.4926
Every format
| HEX | #ee9dfb |
| RGB | rgb(238, 157, 251) |
| HSL | hsl(292, 92%, 80%) |
| CMYK | cmyk(5%, 38%, 0%, 2%) |
| LAB | lab(75.6 45.0 -34.7) |
| LCH | lch(75.6 56.9 322.4) |
| OKLCH | oklch(0.808 0.154 321.9) |
Copy-ready code
/* CSS */
color: #ee9dfb;
background-color: #ee9dfb;
/* Tailwind (arbitrary) */
class="text-[#ee9dfb] bg-[#ee9dfb]"
/* SCSS */
$brand: #ee9dfb;
/* SwiftUI */
Color(red: 0.933, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#ee9dfb")Accessibility — WCAG contrast
Aa
#ee9dfb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee9dfb on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green61.6%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#ee9dfb text on a black background
contrast 10.85:1
Card sample
#ee9dfb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee9dfb;
Background color
Panel with #ee9dfb background
background-color: #ee9dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee9dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee9dfb; background: linear-gradient(135deg, #ee9dfb, #FB9DC9);