#eb18ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 24, 171
HSL
318°, 84%, 51%
CMYK
0, 90, 27, 8
Luminance
0.2126
Every format
| HEX | #eb18ab |
| RGB | rgb(235, 24, 171) |
| HSL | hsl(318, 84%, 51%) |
| CMYK | cmyk(0%, 90%, 27%, 8%) |
| LAB | lab(53.2 82.2 -24.4) |
| LCH | lch(53.2 85.8 343.5) |
| OKLCH | oklch(0.631 0.259 345.5) |
Copy-ready code
/* CSS */
color: #eb18ab;
background-color: #eb18ab;
/* Tailwind (arbitrary) */
class="text-[#eb18ab] bg-[#eb18ab]"
/* SCSS */
$brand: #eb18ab;
/* SwiftUI */
Color(red: 0.922, green: 0.094, blue: 0.671)
/* Android */
Color.parseColor("#eb18ab")Accessibility — WCAG contrast
Aa
#eb18ab on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb18ab on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green9.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow27.2%
Key (black)7.8%
Color previews
#eb18ab text on a black background
contrast 5.25:1
Card sample
#eb18ab text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb18ab;
Background color
Panel with #eb18ab background
background-color: #eb18ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb18ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 24, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 24, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb18ab; background: linear-gradient(135deg, #eb18ab, #EB181E);