#eb81af
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 129, 175
HSL
334°, 73%, 71%
CMYK
0, 45, 26, 8
Luminance
0.3646
Every format
| HEX | #eb81af |
| RGB | rgb(235, 129, 175) |
| HSL | hsl(334, 73%, 71%) |
| CMYK | cmyk(0%, 45%, 26%, 8%) |
| LAB | lab(66.9 46.0 -6.0) |
| LCH | lch(66.9 46.4 352.5) |
| OKLCH | oklch(0.733 0.140 353.7) |
Copy-ready code
/* CSS */
color: #eb81af;
background-color: #eb81af;
/* Tailwind (arbitrary) */
class="text-[#eb81af] bg-[#eb81af]"
/* SCSS */
$brand: #eb81af;
/* SwiftUI */
Color(red: 0.922, green: 0.506, blue: 0.686)
/* Android */
Color.parseColor("#eb81af")Accessibility — WCAG contrast
Aa
#eb81af on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb81af on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green50.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow25.5%
Key (black)7.8%
Color previews
#eb81af text on a black background
contrast 8.29:1
Card sample
#eb81af text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb81af;
Background color
Panel with #eb81af background
background-color: #eb81af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb81af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 129, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 129, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb81af; background: linear-gradient(135deg, #eb81af, #EB9A81);