#e69adc
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 154, 220
HSL
308°, 60%, 75%
CMYK
0, 33, 4, 10
Luminance
0.4510
Every format
| HEX | #e69adc |
| RGB | rgb(230, 154, 220) |
| HSL | hsl(308, 60%, 75%) |
| CMYK | cmyk(0%, 33%, 4%, 10%) |
| LAB | lab(73.0 38.5 -22.0) |
| LCH | lch(73.0 44.3 330.3) |
| OKLCH | oklch(0.782 0.124 331.4) |
Copy-ready code
/* CSS */
color: #e69adc;
background-color: #e69adc;
/* Tailwind (arbitrary) */
class="text-[#e69adc] bg-[#e69adc]"
/* SCSS */
$brand: #e69adc;
/* SwiftUI */
Color(red: 0.902, green: 0.604, blue: 0.863)
/* Android */
Color.parseColor("#e69adc")Accessibility — WCAG contrast
Aa
#e69adc on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e69adc on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green60.4%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta33.0%
Yellow4.3%
Key (black)9.8%
Color previews
#e69adc text on a black background
contrast 10.02:1
Card sample
#e69adc text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e69adc;
Background color
Panel with #e69adc background
background-color: #e69adc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e69adc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 154, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 154, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e69adc; background: linear-gradient(135deg, #e69adc, #E69AA9);