#e697df
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 151, 223
HSL
305°, 61%, 75%
CMYK
0, 34, 3, 10
Luminance
0.4428
Every format
| HEX | #e697df |
| RGB | rgb(230, 151, 223) |
| HSL | hsl(305, 61%, 75%) |
| CMYK | cmyk(0%, 34%, 3%, 10%) |
| LAB | lab(72.4 40.6 -24.4) |
| LCH | lch(72.4 47.4 328.9) |
| OKLCH | oklch(0.778 0.132 329.9) |
Copy-ready code
/* CSS */
color: #e697df;
background-color: #e697df;
/* Tailwind (arbitrary) */
class="text-[#e697df] bg-[#e697df]"
/* SCSS */
$brand: #e697df;
/* SwiftUI */
Color(red: 0.902, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#e697df")Accessibility — WCAG contrast
Aa
#e697df on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e697df on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green59.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow3.0%
Key (black)9.8%
Color previews
#e697df text on a black background
contrast 9.86:1
Card sample
#e697df text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e697df;
Background color
Panel with #e697df background
background-color: #e697df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e697df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e697df; background: linear-gradient(135deg, #e697df, #E697AA);