#e09af0
a light, vivid violet · warm · closest name: plum
RGB
224, 154, 240
HSL
289°, 74%, 77%
CMYK
7, 36, 0, 6
Luminance
0.4525
Every format
| HEX | #e09af0 |
| RGB | rgb(224, 154, 240) |
| HSL | hsl(289, 74%, 77%) |
| CMYK | cmyk(7%, 36%, 0%, 6%) |
| LAB | lab(73.1 40.3 -32.8) |
| LCH | lch(73.1 52.0 320.8) |
| OKLCH | oklch(0.784 0.140 320.0) |
Copy-ready code
/* CSS */
color: #e09af0;
background-color: #e09af0;
/* Tailwind (arbitrary) */
class="text-[#e09af0] bg-[#e09af0]"
/* SCSS */
$brand: #e09af0;
/* SwiftUI */
Color(red: 0.878, green: 0.604, blue: 0.941)
/* Android */
Color.parseColor("#e09af0")Accessibility — WCAG contrast
Aa
#e09af0 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e09af0 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green60.4%
Blue94.1%
CMYK percentages
Cyan6.7%
Magenta35.8%
Yellow0.0%
Key (black)5.9%
Color previews
#e09af0 text on a black background
contrast 10.05:1
Card sample
#e09af0 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e09af0;
Background color
Panel with #e09af0 background
background-color: #e09af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e09af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 154, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 154, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e09af0; background: linear-gradient(135deg, #e09af0, #F09AC7);