#e386fd
a light, electric violet · warm · closest name: violet
RGB
227, 134, 253
HSL
287°, 97%, 76%
CMYK
10, 47, 0, 1
Luminance
0.4047
Every format
| HEX | #e386fd |
| RGB | rgb(227, 134, 253) |
| HSL | hsl(287, 97%, 76%) |
| CMYK | cmyk(10%, 47%, 0%, 1%) |
| LAB | lab(69.8 54.1 -44.9) |
| LCH | lch(69.8 70.3 320.3) |
| OKLCH | oklch(0.762 0.188 318.6) |
Copy-ready code
/* CSS */
color: #e386fd;
background-color: #e386fd;
/* Tailwind (arbitrary) */
class="text-[#e386fd] bg-[#e386fd]"
/* SCSS */
$brand: #e386fd;
/* SwiftUI */
Color(red: 0.890, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#e386fd")Accessibility — WCAG contrast
Aa
#e386fd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e386fd on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green52.5%
Blue99.2%
CMYK percentages
Cyan10.3%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#e386fd text on a black background
contrast 9.09:1
Card sample
#e386fd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e386fd;
Background color
Panel with #e386fd background
background-color: #e386fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e386fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e386fd; background: linear-gradient(135deg, #e386fd, #FD86C8);