#e288fe
a light, electric violet · warm · closest name: violet
RGB
226, 136, 254
HSL
286°, 98%, 77%
CMYK
11, 47, 0, 0
Luminance
0.4093
Every format
| HEX | #e288fe |
| RGB | rgb(226, 136, 254) |
| HSL | hsl(286, 98%, 77%) |
| CMYK | cmyk(11%, 47%, 0%, 0%) |
| LAB | lab(70.1 53.0 -45.0) |
| LCH | lch(70.1 69.5 319.7) |
| OKLCH | oklch(0.764 0.185 317.8) |
Copy-ready code
/* CSS */
color: #e288fe;
background-color: #e288fe;
/* Tailwind (arbitrary) */
class="text-[#e288fe] bg-[#e288fe]"
/* SCSS */
$brand: #e288fe;
/* SwiftUI */
Color(red: 0.886, green: 0.533, blue: 0.996)
/* Android */
Color.parseColor("#e288fe")Accessibility — WCAG contrast
Aa
#e288fe on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e288fe on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green53.3%
Blue99.6%
CMYK percentages
Cyan11.0%
Magenta46.5%
Yellow0.0%
Key (black)0.4%
Color previews
#e288fe text on a black background
contrast 9.19:1
Card sample
#e288fe text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e288fe;
Background color
Panel with #e288fe background
background-color: #e288fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e288fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 136, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 136, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e288fe; background: linear-gradient(135deg, #e288fe, #FE88CB);