#eb91a2
a light, vivid red · warm · closest name: pink
RGB
235, 145, 162
HSL
349°, 69%, 75%
CMYK
0, 38, 31, 8
Luminance
0.4052
Every format
| HEX | #eb91a2 |
| RGB | rgb(235, 145, 162) |
| HSL | hsl(349, 69%, 75%) |
| CMYK | cmyk(0%, 38%, 31%, 8%) |
| LAB | lab(69.8 36.0 5.6) |
| LCH | lch(69.8 36.5 8.8) |
| OKLCH | oklch(0.754 0.110 7.8) |
Copy-ready code
/* CSS */
color: #eb91a2;
background-color: #eb91a2;
/* Tailwind (arbitrary) */
class="text-[#eb91a2] bg-[#eb91a2]"
/* SCSS */
$brand: #eb91a2;
/* SwiftUI */
Color(red: 0.922, green: 0.569, blue: 0.635)
/* Android */
Color.parseColor("#eb91a2")Accessibility — WCAG contrast
Aa
#eb91a2 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb91a2 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.9%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow31.1%
Key (black)7.8%
Color previews
#eb91a2 text on a black background
contrast 9.10:1
Card sample
#eb91a2 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb91a2;
Background color
Panel with #eb91a2 background
background-color: #eb91a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb91a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 145, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 145, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb91a2; background: linear-gradient(135deg, #eb91a2, #EBBC91);