#e89af7
a light, electric magenta / pink · warm · closest name: violet
RGB
232, 154, 247
HSL
290°, 85%, 79%
CMYK
6, 38, 0, 3
Luminance
0.4698
Every format
| HEX | #e89af7 |
| RGB | rgb(232, 154, 247) |
| HSL | hsl(290, 85%, 79%) |
| CMYK | cmyk(6%, 38%, 0%, 3%) |
| LAB | lab(74.2 44.0 -34.8) |
| LCH | lch(74.2 56.1 321.7) |
| OKLCH | oklch(0.795 0.151 321.0) |
Copy-ready code
/* CSS */
color: #e89af7;
background-color: #e89af7;
/* Tailwind (arbitrary) */
class="text-[#e89af7] bg-[#e89af7]"
/* SCSS */
$brand: #e89af7;
/* SwiftUI */
Color(red: 0.910, green: 0.604, blue: 0.969)
/* Android */
Color.parseColor("#e89af7")Accessibility — WCAG contrast
Aa
#e89af7 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e89af7 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green60.4%
Blue96.9%
CMYK percentages
Cyan6.1%
Magenta37.7%
Yellow0.0%
Key (black)3.1%
Color previews
#e89af7 text on a black background
contrast 10.40:1
Card sample
#e89af7 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e89af7;
Background color
Panel with #e89af7 background
background-color: #e89af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e89af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 154, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 154, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e89af7; background: linear-gradient(135deg, #e89af7, #F79AC8);