#e697f4
a light, electric magenta / pink · warm · closest name: violet
RGB
230, 151, 244
HSL
291°, 81%, 78%
CMYK
6, 38, 0, 4
Luminance
0.4549
Every format
| HEX | #e697f4 |
| RGB | rgb(230, 151, 244) |
| HSL | hsl(291, 81%, 78%) |
| CMYK | cmyk(6%, 38%, 0%, 4%) |
| LAB | lab(73.2 44.4 -34.7) |
| LCH | lch(73.2 56.4 322.0) |
| OKLCH | oklch(0.787 0.152 321.4) |
Copy-ready code
/* CSS */
color: #e697f4;
background-color: #e697f4;
/* Tailwind (arbitrary) */
class="text-[#e697f4] bg-[#e697f4]"
/* SCSS */
$brand: #e697f4;
/* SwiftUI */
Color(red: 0.902, green: 0.592, blue: 0.957)
/* Android */
Color.parseColor("#e697f4")Accessibility — WCAG contrast
Aa
#e697f4 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e697f4 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green59.2%
Blue95.7%
CMYK percentages
Cyan5.7%
Magenta38.1%
Yellow0.0%
Key (black)4.3%
Color previews
#e697f4 text on a black background
contrast 10.10:1
Card sample
#e697f4 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e697f4;
Background color
Panel with #e697f4 background
background-color: #e697f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e697f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 151, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 151, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e697f4; background: linear-gradient(135deg, #e697f4, #F497C4);