#eb3274
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 50, 116
HSL
339°, 82%, 56%
CMYK
0, 79, 51, 8
Luminance
0.2120
Every format
| HEX | #eb3274 |
| RGB | rgb(235, 50, 116) |
| HSL | hsl(339, 82%, 56%) |
| CMYK | cmyk(0%, 79%, 51%, 8%) |
| LAB | lab(53.2 72.0 8.3) |
| LCH | lch(53.2 72.4 6.6) |
| OKLCH | oklch(0.625 0.221 5.7) |
Copy-ready code
/* CSS */
color: #eb3274;
background-color: #eb3274;
/* Tailwind (arbitrary) */
class="text-[#eb3274] bg-[#eb3274]"
/* SCSS */
$brand: #eb3274;
/* SwiftUI */
Color(red: 0.922, green: 0.196, blue: 0.455)
/* Android */
Color.parseColor("#eb3274")Accessibility — WCAG contrast
Aa
#eb3274 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3274 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.6%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow50.6%
Key (black)7.8%
Color previews
#eb3274 text on a black background
contrast 5.24:1
Card sample
#eb3274 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3274;
Background color
Panel with #eb3274 background
background-color: #eb3274;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3274;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 50, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 50, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3274; background: linear-gradient(135deg, #eb3274, #EB6B32);