#eb4ad7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 74, 215
HSL
308°, 80%, 61%
CMYK
0, 69, 9, 8
Luminance
0.2747
Every format
| HEX | #eb4ad7 |
| RGB | rgb(235, 74, 215) |
| HSL | hsl(308, 80%, 61%) |
| CMYK | cmyk(0%, 69%, 9%, 8%) |
| LAB | lab(59.4 75.8 -40.1) |
| LCH | lch(59.4 85.8 332.1) |
| OKLCH | oklch(0.682 0.245 333.4) |
Copy-ready code
/* CSS */
color: #eb4ad7;
background-color: #eb4ad7;
/* Tailwind (arbitrary) */
class="text-[#eb4ad7] bg-[#eb4ad7]"
/* SCSS */
$brand: #eb4ad7;
/* SwiftUI */
Color(red: 0.922, green: 0.290, blue: 0.843)
/* Android */
Color.parseColor("#eb4ad7")Accessibility — WCAG contrast
Aa
#eb4ad7 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4ad7 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.0%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow8.5%
Key (black)7.8%
Color previews
#eb4ad7 text on a black background
contrast 6.49:1
Card sample
#eb4ad7 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4ad7;
Background color
Panel with #eb4ad7 background
background-color: #eb4ad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4ad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 74, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 74, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4ad7; background: linear-gradient(135deg, #eb4ad7, #EB4A6C);