#e09af6
a light, electric violet · warm · closest name: violet
RGB
224, 154, 246
HSL
286°, 84%, 78%
CMYK
9, 37, 0, 4
Luminance
0.4561
Every format
| HEX | #e09af6 |
| RGB | rgb(224, 154, 246) |
| HSL | hsl(286, 84%, 78%) |
| CMYK | cmyk(9%, 37%, 0%, 4%) |
| LAB | lab(73.3 41.5 -35.7) |
| LCH | lch(73.3 54.7 319.3) |
| OKLCH | oklch(0.786 0.146 317.9) |
Copy-ready code
/* CSS */
color: #e09af6;
background-color: #e09af6;
/* Tailwind (arbitrary) */
class="text-[#e09af6] bg-[#e09af6]"
/* SCSS */
$brand: #e09af6;
/* SwiftUI */
Color(red: 0.878, green: 0.604, blue: 0.965)
/* Android */
Color.parseColor("#e09af6")Accessibility — WCAG contrast
Aa
#e09af6 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e09af6 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green60.4%
Blue96.5%
CMYK percentages
Cyan8.9%
Magenta37.4%
Yellow0.0%
Key (black)3.5%
Color previews
#e09af6 text on a black background
contrast 10.12:1
Card sample
#e09af6 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e09af6;
Background color
Panel with #e09af6 background
background-color: #e09af6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e09af6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 154, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 154, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e09af6; background: linear-gradient(135deg, #e09af6, #F69ACF);