#eb4ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 79, 252
HSL
294°, 97%, 65%
CMYK
7, 69, 0, 1
Luminance
0.3028
Every format
| HEX | #eb4ffc |
| RGB | rgb(235, 79, 252) |
| HSL | hsl(294, 97%, 65%) |
| CMYK | cmyk(7%, 69%, 0%, 1%) |
| LAB | lab(61.9 79.9 -56.8) |
| LCH | lch(61.9 98.1 324.6) |
| OKLCH | oklch(0.706 0.267 323.6) |
Copy-ready code
/* CSS */
color: #eb4ffc;
background-color: #eb4ffc;
/* Tailwind (arbitrary) */
class="text-[#eb4ffc] bg-[#eb4ffc]"
/* SCSS */
$brand: #eb4ffc;
/* SwiftUI */
Color(red: 0.922, green: 0.310, blue: 0.988)
/* Android */
Color.parseColor("#eb4ffc")Accessibility — WCAG contrast
Aa
#eb4ffc on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb4ffc on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.0%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta68.7%
Yellow0.0%
Key (black)1.2%
Color previews
#eb4ffc text on a black background
contrast 7.06:1
Card sample
#eb4ffc text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4ffc;
Background color
Panel with #eb4ffc background
background-color: #eb4ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 79, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 79, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4ffc; background: linear-gradient(135deg, #eb4ffc, #FC4F9A);