#eb255f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 37, 95
HSL
342°, 83%, 53%
CMYK
0, 84, 60, 8
Luminance
0.1981
Every format
| HEX | #eb255f |
| RGB | rgb(235, 37, 95) |
| HSL | hsl(342, 83%, 53%) |
| CMYK | cmyk(0%, 84%, 60%, 8%) |
| LAB | lab(51.6 73.5 18.9) |
| LCH | lch(51.6 75.9 14.4) |
| OKLCH | oklch(0.612 0.227 11.8) |
Copy-ready code
/* CSS */
color: #eb255f;
background-color: #eb255f;
/* Tailwind (arbitrary) */
class="text-[#eb255f] bg-[#eb255f]"
/* SCSS */
$brand: #eb255f;
/* SwiftUI */
Color(red: 0.922, green: 0.145, blue: 0.373)
/* Android */
Color.parseColor("#eb255f")Accessibility — WCAG contrast
Aa
#eb255f on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb255f on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow59.6%
Key (black)7.8%
Color previews
#eb255f text on a black background
contrast 4.96:1
Card sample
#eb255f text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb255f;
Background color
Panel with #eb255f background
background-color: #eb255f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb255f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 37, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 37, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb255f; background: linear-gradient(135deg, #eb255f, #EB6F25);