#e69df0
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 157, 240
HSL
293°, 74%, 78%
CMYK
4, 35, 0, 6
Luminance
0.4723
Every format
| HEX | #e69df0 |
| RGB | rgb(230, 157, 240) |
| HSL | hsl(293, 74%, 78%) |
| CMYK | cmyk(4%, 35%, 0%, 6%) |
| LAB | lab(74.3 40.5 -30.8) |
| LCH | lch(74.3 50.9 322.8) |
| OKLCH | oklch(0.795 0.138 322.5) |
Copy-ready code
/* CSS */
color: #e69df0;
background-color: #e69df0;
/* Tailwind (arbitrary) */
class="text-[#e69df0] bg-[#e69df0]"
/* SCSS */
$brand: #e69df0;
/* SwiftUI */
Color(red: 0.902, green: 0.616, blue: 0.941)
/* Android */
Color.parseColor("#e69df0")Accessibility — WCAG contrast
Aa
#e69df0 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e69df0 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green61.6%
Blue94.1%
CMYK percentages
Cyan4.2%
Magenta34.6%
Yellow0.0%
Key (black)5.9%
Color previews
#e69df0 text on a black background
contrast 10.45:1
Card sample
#e69df0 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e69df0;
Background color
Panel with #e69df0 background
background-color: #e69df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e69df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 157, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 157, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e69df0; background: linear-gradient(135deg, #e69df0, #F09DC3);