#ea8fff
a light, electric violet · warm · closest name: violet
RGB
234, 143, 255
HSL
289°, 100%, 78%
CMYK
8, 44, 0, 0
Luminance
0.4436
Every format
| HEX | #ea8fff |
| RGB | rgb(234, 143, 255) |
| HSL | hsl(289, 100%, 78%) |
| CMYK | cmyk(8%, 44%, 0%, 0%) |
| LAB | lab(72.5 51.8 -41.8) |
| LCH | lch(72.5 66.6 321.1) |
| OKLCH | oklch(0.784 0.179 319.9) |
Copy-ready code
/* CSS */
color: #ea8fff;
background-color: #ea8fff;
/* Tailwind (arbitrary) */
class="text-[#ea8fff] bg-[#ea8fff]"
/* SCSS */
$brand: #ea8fff;
/* SwiftUI */
Color(red: 0.918, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#ea8fff")Accessibility — WCAG contrast
Aa
#ea8fff on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea8fff on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green56.1%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#ea8fff text on a black background
contrast 9.87:1
Card sample
#ea8fff text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea8fff;
Background color
Panel with #ea8fff background
background-color: #ea8fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea8fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea8fff; background: linear-gradient(135deg, #ea8fff, #FF8FC9);