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