#eb2dae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 45, 174
HSL
319°, 83%, 55%
CMYK
0, 81, 26, 8
Luminance
0.2259
Every format
| HEX | #eb2dae |
| RGB | rgb(235, 45, 174) |
| HSL | hsl(319, 83%, 55%) |
| CMYK | cmyk(0%, 81%, 26%, 8%) |
| LAB | lab(54.7 78.8 -23.9) |
| LCH | lch(54.7 82.3 343.1) |
| OKLCH | oklch(0.642 0.248 345.1) |
Copy-ready code
/* CSS */
color: #eb2dae;
background-color: #eb2dae;
/* Tailwind (arbitrary) */
class="text-[#eb2dae] bg-[#eb2dae]"
/* SCSS */
$brand: #eb2dae;
/* SwiftUI */
Color(red: 0.922, green: 0.176, blue: 0.682)
/* Android */
Color.parseColor("#eb2dae")Accessibility — WCAG contrast
Aa
#eb2dae on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2dae on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green17.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta80.9%
Yellow26.0%
Key (black)7.8%
Color previews
#eb2dae text on a black background
contrast 5.52:1
Card sample
#eb2dae text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2dae;
Background color
Panel with #eb2dae background
background-color: #eb2dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 45, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 45, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2dae; background: linear-gradient(135deg, #eb2dae, #EB2D2F);