#eb18be
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 24, 190
HSL
313°, 84%, 51%
CMYK
0, 90, 19, 8
Luminance
0.2203
Every format
| HEX | #eb18be |
| RGB | rgb(235, 24, 190) |
| HSL | hsl(313, 84%, 51%) |
| CMYK | cmyk(0%, 90%, 19%, 8%) |
| LAB | lab(54.1 84.4 -34.2) |
| LCH | lch(54.1 91.1 338.0) |
| OKLCH | oklch(0.640 0.269 339.9) |
Copy-ready code
/* CSS */
color: #eb18be;
background-color: #eb18be;
/* Tailwind (arbitrary) */
class="text-[#eb18be] bg-[#eb18be]"
/* SCSS */
$brand: #eb18be;
/* SwiftUI */
Color(red: 0.922, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#eb18be")Accessibility — WCAG contrast
Aa
#eb18be on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb18be on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green9.4%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow19.1%
Key (black)7.8%
Color previews
#eb18be text on a black background
contrast 5.41:1
Card sample
#eb18be text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb18be;
Background color
Panel with #eb18be background
background-color: #eb18be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb18be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb18be; background: linear-gradient(135deg, #eb18be, #EB1831);