#eb3cf9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 60, 249
HSL
296°, 94%, 61%
CMYK
6, 76, 0, 2
Luminance
0.2773
Every format
| HEX | #eb3cf9 |
| RGB | rgb(235, 60, 249) |
| HSL | hsl(296, 94%, 61%) |
| CMYK | cmyk(6%, 76%, 0%, 2%) |
| LAB | lab(59.6 85.4 -58.8) |
| LCH | lch(59.6 103.7 325.5) |
| OKLCH | oklch(0.690 0.284 324.7) |
Copy-ready code
/* CSS */
color: #eb3cf9;
background-color: #eb3cf9;
/* Tailwind (arbitrary) */
class="text-[#eb3cf9] bg-[#eb3cf9]"
/* SCSS */
$brand: #eb3cf9;
/* SwiftUI */
Color(red: 0.922, green: 0.235, blue: 0.976)
/* Android */
Color.parseColor("#eb3cf9")Accessibility — WCAG contrast
Aa
#eb3cf9 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3cf9 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.5%
Blue97.6%
CMYK percentages
Cyan5.6%
Magenta75.9%
Yellow0.0%
Key (black)2.4%
Color previews
#eb3cf9 text on a black background
contrast 6.55:1
Card sample
#eb3cf9 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3cf9;
Background color
Panel with #eb3cf9 background
background-color: #eb3cf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3cf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 60, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 60, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3cf9; background: linear-gradient(135deg, #eb3cf9, #F93C89);