#e69df6
a light, electric violet · warm · closest name: plum
RGB
230, 157, 246
HSL
289°, 83%, 79%
CMYK
7, 36, 0, 4
Luminance
0.4759
Every format
| HEX | #e69df6 |
| RGB | rgb(230, 157, 246) |
| HSL | hsl(289, 83%, 79%) |
| CMYK | cmyk(7%, 36%, 0%, 4%) |
| LAB | lab(74.6 41.7 -33.7) |
| LCH | lch(74.6 53.6 321.0) |
| OKLCH | oklch(0.797 0.144 320.2) |
Copy-ready code
/* CSS */
color: #e69df6;
background-color: #e69df6;
/* Tailwind (arbitrary) */
class="text-[#e69df6] bg-[#e69df6]"
/* SCSS */
$brand: #e69df6;
/* SwiftUI */
Color(red: 0.902, green: 0.616, blue: 0.965)
/* Android */
Color.parseColor("#e69df6")Accessibility — WCAG contrast
Aa
#e69df6 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e69df6 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green61.6%
Blue96.5%
CMYK percentages
Cyan6.5%
Magenta36.2%
Yellow0.0%
Key (black)3.5%
Color previews
#e69df6 text on a black background
contrast 10.52:1
Card sample
#e69df6 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e69df6;
Background color
Panel with #e69df6 background
background-color: #e69df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e69df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 157, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 157, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e69df6; background: linear-gradient(135deg, #e69df6, #F69DCB);