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