#eb2adc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 42, 220
HSL
305°, 83%, 54%
CMYK
0, 82, 6, 8
Luminance
0.2449
Every format
| HEX | #eb2adc |
| RGB | rgb(235, 42, 220) |
| HSL | hsl(305, 83%, 54%) |
| CMYK | cmyk(0%, 82%, 6%, 8%) |
| LAB | lab(56.6 85.4 -47.4) |
| LCH | lch(56.6 97.7 331.0) |
| OKLCH | oklch(0.663 0.278 331.9) |
Copy-ready code
/* CSS */
color: #eb2adc;
background-color: #eb2adc;
/* Tailwind (arbitrary) */
class="text-[#eb2adc] bg-[#eb2adc]"
/* SCSS */
$brand: #eb2adc;
/* SwiftUI */
Color(red: 0.922, green: 0.165, blue: 0.863)
/* Android */
Color.parseColor("#eb2adc")Accessibility — WCAG contrast
Aa
#eb2adc on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2adc on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.5%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow6.4%
Key (black)7.8%
Color previews
#eb2adc text on a black background
contrast 5.90:1
Card sample
#eb2adc text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2adc;
Background color
Panel with #eb2adc background
background-color: #eb2adc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2adc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 42, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 42, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2adc; background: linear-gradient(135deg, #eb2adc, #EB2A5B);