#ee8fff
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 143, 255
HSL
291°, 100%, 78%
CMYK
7, 44, 0, 0
Luminance
0.4504
Every format
| HEX | #ee8fff |
| RGB | rgb(238, 143, 255) |
| HSL | hsl(291, 100%, 78%) |
| CMYK | cmyk(7%, 44%, 0%, 0%) |
| LAB | lab(72.9 53.0 -41.1) |
| LCH | lch(72.9 67.0 322.2) |
| OKLCH | oklch(0.788 0.181 321.4) |
Copy-ready code
/* CSS */
color: #ee8fff;
background-color: #ee8fff;
/* Tailwind (arbitrary) */
class="text-[#ee8fff] bg-[#ee8fff]"
/* SCSS */
$brand: #ee8fff;
/* SwiftUI */
Color(red: 0.933, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#ee8fff")Accessibility — WCAG contrast
Aa
#ee8fff on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8fff on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green56.1%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#ee8fff text on a black background
contrast 10.01:1
Card sample
#ee8fff text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8fff;
Background color
Panel with #ee8fff background
background-color: #ee8fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8fff; background: linear-gradient(135deg, #ee8fff, #FF8FC5);