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