#eb0248
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 2, 72
HSL
342°, 98%, 47%
CMYK
0, 99, 69, 8
Luminance
0.1817
Every format
| HEX | #eb0248 |
| RGB | rgb(235, 2, 72) |
| HSL | hsl(342, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 69%, 8%) |
| LAB | lab(49.7 76.7 30.3) |
| LCH | lch(49.7 82.5 21.6) |
| OKLCH | oklch(0.597 0.238 17.2) |
Copy-ready code
/* CSS */
color: #eb0248;
background-color: #eb0248;
/* Tailwind (arbitrary) */
class="text-[#eb0248] bg-[#eb0248]"
/* SCSS */
$brand: #eb0248;
/* SwiftUI */
Color(red: 0.922, green: 0.008, blue: 0.282)
/* Android */
Color.parseColor("#eb0248")Accessibility — WCAG contrast
Aa
#eb0248 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb0248 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.8%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow69.4%
Key (black)7.8%
Color previews
#eb0248 text on a black background
contrast 4.63:1
Card sample
#eb0248 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0248;
Background color
Panel with #eb0248 background
background-color: #eb0248;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0248;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 2, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 2, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0248; background: linear-gradient(135deg, #eb0248, #EB5702);