#eb0f8b
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 15, 139
HSL
326°, 88%, 49%
CMYK
0, 94, 41, 8
Luminance
0.1987
Every format
| HEX | #eb0f8b |
| RGB | rgb(235, 15, 139) |
| HSL | hsl(326, 88%, 49%) |
| CMYK | cmyk(0%, 94%, 41%, 8%) |
| LAB | lab(51.7 80.1 -7.7) |
| LCH | lch(51.7 80.4 354.5) |
| OKLCH | oklch(0.616 0.248 355.6) |
Copy-ready code
/* CSS */
color: #eb0f8b;
background-color: #eb0f8b;
/* Tailwind (arbitrary) */
class="text-[#eb0f8b] bg-[#eb0f8b]"
/* SCSS */
$brand: #eb0f8b;
/* SwiftUI */
Color(red: 0.922, green: 0.059, blue: 0.545)
/* Android */
Color.parseColor("#eb0f8b")Accessibility — WCAG contrast
Aa
#eb0f8b on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0f8b on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green5.9%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta93.6%
Yellow40.9%
Key (black)7.8%
Color previews
#eb0f8b text on a black background
contrast 4.97:1
Card sample
#eb0f8b text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0f8b;
Background color
Panel with #eb0f8b background
background-color: #eb0f8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0f8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 15, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 15, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0f8b; background: linear-gradient(135deg, #eb0f8b, #EB260F);