#eb02ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 2, 174
HSL
316°, 98%, 47%
CMYK
0, 99, 26, 8
Luminance
0.2076
Every format
| HEX | #eb02ae |
| RGB | rgb(235, 2, 174) |
| HSL | hsl(316, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 26%, 8%) |
| LAB | lab(52.7 84.5 -27.0) |
| LCH | lch(52.7 88.7 342.3) |
| OKLCH | oklch(0.628 0.267 344.3) |
Copy-ready code
/* CSS */
color: #eb02ae;
background-color: #eb02ae;
/* Tailwind (arbitrary) */
class="text-[#eb02ae] bg-[#eb02ae]"
/* SCSS */
$brand: #eb02ae;
/* SwiftUI */
Color(red: 0.922, green: 0.008, blue: 0.682)
/* Android */
Color.parseColor("#eb02ae")Accessibility — WCAG contrast
Aa
#eb02ae on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb02ae on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.8%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow26.0%
Key (black)7.8%
Color previews
#eb02ae text on a black background
contrast 5.15:1
Card sample
#eb02ae text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb02ae;
Background color
Panel with #eb02ae background
background-color: #eb02ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb02ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 2, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 2, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb02ae; background: linear-gradient(135deg, #eb02ae, #EB0213);