#eb028f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 2, 143
HSL
324°, 98%, 47%
CMYK
0, 99, 39, 8
Luminance
0.1969
Every format
| HEX | #eb028f |
| RGB | rgb(235, 2, 143) |
| HSL | hsl(324, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 39%, 8%) |
| LAB | lab(51.5 81.4 -10.4) |
| LCH | lch(51.5 82.1 352.7) |
| OKLCH | oklch(0.615 0.253 354.0) |
Copy-ready code
/* CSS */
color: #eb028f;
background-color: #eb028f;
/* Tailwind (arbitrary) */
class="text-[#eb028f] bg-[#eb028f]"
/* SCSS */
$brand: #eb028f;
/* SwiftUI */
Color(red: 0.922, green: 0.008, blue: 0.561)
/* Android */
Color.parseColor("#eb028f")Accessibility — WCAG contrast
Aa
#eb028f on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb028f on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow39.1%
Key (black)7.8%
Color previews
#eb028f text on a black background
contrast 4.94:1
Card sample
#eb028f text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb028f;
Background color
Panel with #eb028f background
background-color: #eb028f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb028f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 2, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 2, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb028f; background: linear-gradient(135deg, #eb028f, #EB1002);