#eb1db2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 29, 178
HSL
317°, 84%, 52%
CMYK
0, 88, 24, 8
Luminance
0.2176
Every format
| HEX | #eb1db2 |
| RGB | rgb(235, 29, 178) |
| HSL | hsl(317, 84%, 52%) |
| CMYK | cmyk(0%, 88%, 24%, 8%) |
| LAB | lab(53.8 82.3 -27.6) |
| LCH | lch(53.8 86.8 341.4) |
| OKLCH | oklch(0.636 0.260 343.5) |
Copy-ready code
/* CSS */
color: #eb1db2;
background-color: #eb1db2;
/* Tailwind (arbitrary) */
class="text-[#eb1db2] bg-[#eb1db2]"
/* SCSS */
$brand: #eb1db2;
/* SwiftUI */
Color(red: 0.922, green: 0.114, blue: 0.698)
/* Android */
Color.parseColor("#eb1db2")Accessibility — WCAG contrast
Aa
#eb1db2 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1db2 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green11.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow24.3%
Key (black)7.8%
Color previews
#eb1db2 text on a black background
contrast 5.35:1
Card sample
#eb1db2 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1db2;
Background color
Panel with #eb1db2 background
background-color: #eb1db2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1db2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 29, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 29, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1db2; background: linear-gradient(135deg, #eb1db2, #EB1D29);