#eb4feb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 79, 235
HSL
300°, 80%, 62%
CMYK
0, 66, 0, 8
Luminance
0.2925
Every format
| HEX | #eb4feb |
| RGB | rgb(235, 79, 235) |
| HSL | hsl(300, 80%, 62%) |
| CMYK | cmyk(0%, 66%, 0%, 8%) |
| LAB | lab(61.0 77.2 -48.8) |
| LCH | lch(61.0 91.3 327.7) |
| OKLCH | oklch(0.697 0.254 327.9) |
Copy-ready code
/* CSS */
color: #eb4feb;
background-color: #eb4feb;
/* Tailwind (arbitrary) */
class="text-[#eb4feb] bg-[#eb4feb]"
/* SCSS */
$brand: #eb4feb;
/* SwiftUI */
Color(red: 0.922, green: 0.310, blue: 0.922)
/* Android */
Color.parseColor("#eb4feb")Accessibility — WCAG contrast
Aa
#eb4feb on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4feb on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow0.0%
Key (black)7.8%
Color previews
#eb4feb text on a black background
contrast 6.85:1
Card sample
#eb4feb text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4feb;
Background color
Panel with #eb4feb background
background-color: #eb4feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 79, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 79, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4feb; background: linear-gradient(135deg, #eb4feb, #EB4F83);