#e697f3
a light, electric magenta / pink · warm · closest name: violet
RGB
230, 151, 243
HSL
292°, 79%, 77%
CMYK
5, 38, 0, 5
Luminance
0.4543
Every format
| HEX | #e697f3 |
| RGB | rgb(230, 151, 243) |
| HSL | hsl(292, 79%, 77%) |
| CMYK | cmyk(5%, 38%, 0%, 5%) |
| LAB | lab(73.2 44.3 -34.2) |
| LCH | lch(73.2 55.9 322.3) |
| OKLCH | oklch(0.787 0.151 321.7) |
Copy-ready code
/* CSS */
color: #e697f3;
background-color: #e697f3;
/* Tailwind (arbitrary) */
class="text-[#e697f3] bg-[#e697f3]"
/* SCSS */
$brand: #e697f3;
/* SwiftUI */
Color(red: 0.902, green: 0.592, blue: 0.953)
/* Android */
Color.parseColor("#e697f3")Accessibility — WCAG contrast
Aa
#e697f3 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e697f3 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green59.2%
Blue95.3%
CMYK percentages
Cyan5.3%
Magenta37.9%
Yellow0.0%
Key (black)4.7%
Color previews
#e697f3 text on a black background
contrast 10.09:1
Card sample
#e697f3 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e697f3;
Background color
Panel with #e697f3 background
background-color: #e697f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e697f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 151, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 151, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e697f3; background: linear-gradient(135deg, #e697f3, #F397C3);