#eb0255
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 2, 85
HSL
339°, 98%, 47%
CMYK
0, 99, 64, 8
Luminance
0.1836
Every format
| HEX | #eb0255 |
| RGB | rgb(235, 2, 85) |
| HSL | hsl(339, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 64%, 8%) |
| LAB | lab(49.9 77.3 22.7) |
| LCH | lch(49.9 80.6 16.4) |
| OKLCH | oklch(0.599 0.239 13.3) |
Copy-ready code
/* CSS */
color: #eb0255;
background-color: #eb0255;
/* Tailwind (arbitrary) */
class="text-[#eb0255] bg-[#eb0255]"
/* SCSS */
$brand: #eb0255;
/* SwiftUI */
Color(red: 0.922, green: 0.008, blue: 0.333)
/* Android */
Color.parseColor("#eb0255")Accessibility — WCAG contrast
Aa
#eb0255 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0255 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.8%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow63.8%
Key (black)7.8%
Color previews
#eb0255 text on a black background
contrast 4.67:1
Card sample
#eb0255 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0255;
Background color
Panel with #eb0255 background
background-color: #eb0255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 2, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 2, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0255; background: linear-gradient(135deg, #eb0255, #EB4A02);