#eb81a2
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 129, 162
HSL
341°, 73%, 71%
CMYK
0, 45, 31, 8
Luminance
0.3597
Every format
| HEX | #eb81a2 |
| RGB | rgb(235, 129, 162) |
| HSL | hsl(341, 73%, 71%) |
| CMYK | cmyk(0%, 45%, 31%, 8%) |
| LAB | lab(66.5 44.3 0.8) |
| LCH | lch(66.5 44.3 1.0) |
| OKLCH | oklch(0.729 0.134 1.1) |
Copy-ready code
/* CSS */
color: #eb81a2;
background-color: #eb81a2;
/* Tailwind (arbitrary) */
class="text-[#eb81a2] bg-[#eb81a2]"
/* SCSS */
$brand: #eb81a2;
/* SwiftUI */
Color(red: 0.922, green: 0.506, blue: 0.635)
/* Android */
Color.parseColor("#eb81a2")Accessibility — WCAG contrast
Aa
#eb81a2 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb81a2 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green50.6%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow31.1%
Key (black)7.8%
Color previews
#eb81a2 text on a black background
contrast 8.19:1
Card sample
#eb81a2 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb81a2;
Background color
Panel with #eb81a2 background
background-color: #eb81a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb81a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 129, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 129, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb81a2; background: linear-gradient(135deg, #eb81a2, #EBA781);