#e69df5
a light, electric violet · warm · closest name: plum
RGB
230, 157, 245
HSL
290°, 82%, 79%
CMYK
6, 36, 0, 4
Luminance
0.4753
Every format
| HEX | #e69df5 |
| RGB | rgb(230, 157, 245) |
| HSL | hsl(290, 82%, 79%) |
| CMYK | cmyk(6%, 36%, 0%, 4%) |
| LAB | lab(74.5 41.5 -33.2) |
| LCH | lch(74.5 53.1 321.3) |
| OKLCH | oklch(0.797 0.143 320.6) |
Copy-ready code
/* CSS */
color: #e69df5;
background-color: #e69df5;
/* Tailwind (arbitrary) */
class="text-[#e69df5] bg-[#e69df5]"
/* SCSS */
$brand: #e69df5;
/* SwiftUI */
Color(red: 0.902, green: 0.616, blue: 0.961)
/* Android */
Color.parseColor("#e69df5")Accessibility — WCAG contrast
Aa
#e69df5 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e69df5 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green61.6%
Blue96.1%
CMYK percentages
Cyan6.1%
Magenta35.9%
Yellow0.0%
Key (black)3.9%
Color previews
#e69df5 text on a black background
contrast 10.51:1
Card sample
#e69df5 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e69df5;
Background color
Panel with #e69df5 background
background-color: #e69df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e69df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 157, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 157, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e69df5; background: linear-gradient(135deg, #e69df5, #F59DC9);