#eb249f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 36, 159
HSL
323°, 83%, 53%
CMYK
0, 85, 32, 8
Luminance
0.2143
Every format
| HEX | #eb249f |
| RGB | rgb(235, 36, 159) |
| HSL | hsl(323, 83%, 53%) |
| CMYK | cmyk(0%, 85%, 32%, 8%) |
| LAB | lab(53.4 79.0 -17.0) |
| LCH | lch(53.4 80.8 347.9) |
| OKLCH | oklch(0.631 0.247 349.6) |
Copy-ready code
/* CSS */
color: #eb249f;
background-color: #eb249f;
/* Tailwind (arbitrary) */
class="text-[#eb249f] bg-[#eb249f]"
/* SCSS */
$brand: #eb249f;
/* SwiftUI */
Color(red: 0.922, green: 0.141, blue: 0.624)
/* Android */
Color.parseColor("#eb249f")Accessibility — WCAG contrast
Aa
#eb249f on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb249f on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow32.3%
Key (black)7.8%
Color previews
#eb249f text on a black background
contrast 5.29:1
Card sample
#eb249f text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb249f;
Background color
Panel with #eb249f background
background-color: #eb249f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb249f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 36, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 36, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb249f; background: linear-gradient(135deg, #eb249f, #EB2D24);