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