#e09afd
a light, electric violet · warm · closest name: violet
RGB
224, 154, 253
HSL
282°, 96%, 80%
CMYK
12, 39, 0, 1
Luminance
0.4605
Every format
| HEX | #e09afd |
| RGB | rgb(224, 154, 253) |
| HSL | hsl(282, 96%, 80%) |
| CMYK | cmyk(12%, 39%, 0%, 1%) |
| LAB | lab(73.6 42.9 -39.1) |
| LCH | lch(73.6 58.0 317.6) |
| OKLCH | oklch(0.789 0.154 315.6) |
Copy-ready code
/* CSS */
color: #e09afd;
background-color: #e09afd;
/* Tailwind (arbitrary) */
class="text-[#e09afd] bg-[#e09afd]"
/* SCSS */
$brand: #e09afd;
/* SwiftUI */
Color(red: 0.878, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#e09afd")Accessibility — WCAG contrast
Aa
#e09afd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e09afd on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green60.4%
Blue99.2%
CMYK percentages
Cyan11.5%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#e09afd text on a black background
contrast 10.21:1
Card sample
#e09afd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e09afd;
Background color
Panel with #e09afd background
background-color: #e09afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e09afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e09afd; background: linear-gradient(135deg, #e09afd, #FD9AD8);