#ee8dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 141, 251
HSL
293°, 93%, 77%
CMYK
5, 44, 0, 2
Luminance
0.4419
Every format
| HEX | #ee8dfb |
| RGB | rgb(238, 141, 251) |
| HSL | hsl(293, 93%, 77%) |
| CMYK | cmyk(5%, 44%, 0%, 2%) |
| LAB | lab(72.4 53.2 -39.8) |
| LCH | lch(72.4 66.5 323.2) |
| OKLCH | oklch(0.783 0.180 322.7) |
Copy-ready code
/* CSS */
color: #ee8dfb;
background-color: #ee8dfb;
/* Tailwind (arbitrary) */
class="text-[#ee8dfb] bg-[#ee8dfb]"
/* SCSS */
$brand: #ee8dfb;
/* SwiftUI */
Color(red: 0.933, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#ee8dfb")Accessibility — WCAG contrast
Aa
#ee8dfb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8dfb on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green55.3%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#ee8dfb text on a black background
contrast 9.84:1
Card sample
#ee8dfb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8dfb;
Background color
Panel with #ee8dfb background
background-color: #ee8dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8dfb; background: linear-gradient(135deg, #ee8dfb, #FB8DBF);