#e65af2
a light, electric magenta / pink · warm · closest name: violet
RGB
230, 90, 242
HSL
295°, 85%, 65%
CMYK
5, 63, 0, 5
Luminance
0.3055
Every format
| HEX | #e65af2 |
| RGB | rgb(230, 90, 242) |
| HSL | hsl(295, 85%, 65%) |
| CMYK | cmyk(5%, 63%, 0%, 5%) |
| LAB | lab(62.1 73.0 -51.0) |
| LCH | lch(62.1 89.1 325.1) |
| OKLCH | oklch(0.705 0.244 324.5) |
Copy-ready code
/* CSS */
color: #e65af2;
background-color: #e65af2;
/* Tailwind (arbitrary) */
class="text-[#e65af2] bg-[#e65af2]"
/* SCSS */
$brand: #e65af2;
/* SwiftUI */
Color(red: 0.902, green: 0.353, blue: 0.949)
/* Android */
Color.parseColor("#e65af2")Accessibility — WCAG contrast
Aa
#e65af2 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e65af2 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green35.3%
Blue94.9%
CMYK percentages
Cyan5.0%
Magenta62.8%
Yellow0.0%
Key (black)5.1%
Color previews
#e65af2 text on a black background
contrast 7.11:1
Card sample
#e65af2 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e65af2;
Background color
Panel with #e65af2 background
background-color: #e65af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e65af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 90, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 90, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e65af2; background: linear-gradient(135deg, #e65af2, #F25A99);