#e69df9
a light, electric violet · warm · closest name: violet
RGB
230, 157, 249
HSL
288°, 89%, 80%
CMYK
8, 37, 0, 2
Luminance
0.4778
Every format
| HEX | #e69df9 |
| RGB | rgb(230, 157, 249) |
| HSL | hsl(288, 89%, 80%) |
| CMYK | cmyk(8%, 37%, 0%, 2%) |
| LAB | lab(74.7 42.3 -35.1) |
| LCH | lch(74.7 55.0 320.2) |
| OKLCH | oklch(0.799 0.147 319.2) |
Copy-ready code
/* CSS */
color: #e69df9;
background-color: #e69df9;
/* Tailwind (arbitrary) */
class="text-[#e69df9] bg-[#e69df9]"
/* SCSS */
$brand: #e69df9;
/* SwiftUI */
Color(red: 0.902, green: 0.616, blue: 0.976)
/* Android */
Color.parseColor("#e69df9")Accessibility — WCAG contrast
Aa
#e69df9 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e69df9 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green61.6%
Blue97.6%
CMYK percentages
Cyan7.6%
Magenta36.9%
Yellow0.0%
Key (black)2.4%
Color previews
#e69df9 text on a black background
contrast 10.56:1
Card sample
#e69df9 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e69df9;
Background color
Panel with #e69df9 background
background-color: #e69df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e69df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 157, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 157, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e69df9; background: linear-gradient(135deg, #e69df9, #F99DCF);