#eb4a7f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 74, 127
HSL
340°, 80%, 61%
CMYK
0, 69, 46, 8
Luminance
0.2409
Every format
| HEX | #eb4a7f |
| RGB | rgb(235, 74, 127) |
| HSL | hsl(340, 80%, 61%) |
| CMYK | cmyk(0%, 69%, 46%, 8%) |
| LAB | lab(56.2 65.2 6.1) |
| LCH | lch(56.2 65.5 5.3) |
| OKLCH | oklch(0.648 0.200 4.6) |
Copy-ready code
/* CSS */
color: #eb4a7f;
background-color: #eb4a7f;
/* Tailwind (arbitrary) */
class="text-[#eb4a7f] bg-[#eb4a7f]"
/* SCSS */
$brand: #eb4a7f;
/* SwiftUI */
Color(red: 0.922, green: 0.290, blue: 0.498)
/* Android */
Color.parseColor("#eb4a7f")Accessibility — WCAG contrast
Aa
#eb4a7f on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4a7f on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow46.0%
Key (black)7.8%
Color previews
#eb4a7f text on a black background
contrast 5.82:1
Card sample
#eb4a7f text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4a7f;
Background color
Panel with #eb4a7f background
background-color: #eb4a7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4a7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 74, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 74, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4a7f; background: linear-gradient(135deg, #eb4a7f, #EB804A);