#eb248f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 36, 143
HSL
328°, 83%, 53%
CMYK
0, 85, 39, 8
Luminance
0.2091
Every format
| HEX | #eb248f |
| RGB | rgb(235, 36, 143) |
| HSL | hsl(328, 83%, 53%) |
| CMYK | cmyk(0%, 85%, 39%, 8%) |
| LAB | lab(52.9 77.5 -8.3) |
| LCH | lch(52.9 77.9 353.8) |
| OKLCH | oklch(0.625 0.240 355.0) |
Copy-ready code
/* CSS */
color: #eb248f;
background-color: #eb248f;
/* Tailwind (arbitrary) */
class="text-[#eb248f] bg-[#eb248f]"
/* SCSS */
$brand: #eb248f;
/* SwiftUI */
Color(red: 0.922, green: 0.141, blue: 0.561)
/* Android */
Color.parseColor("#eb248f")Accessibility — WCAG contrast
Aa
#eb248f on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb248f on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow39.1%
Key (black)7.8%
Color previews
#eb248f text on a black background
contrast 5.18:1
Card sample
#eb248f text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb248f;
Background color
Panel with #eb248f background
background-color: #eb248f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb248f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 36, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 36, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb248f; background: linear-gradient(135deg, #eb248f, #EB3D24);