#eb969f
a light, vivid red · warm · closest name: pink
RGB
235, 150, 159
HSL
354°, 68%, 76%
CMYK
0, 36, 32, 8
Luminance
0.4198
Every format
| HEX | #eb969f |
| RGB | rgb(235, 150, 159) |
| HSL | hsl(354, 68%, 76%) |
| CMYK | cmyk(0%, 36%, 32%, 8%) |
| LAB | lab(70.9 33.0 8.7) |
| LCH | lch(70.9 34.2 14.8) |
| OKLCH | oklch(0.761 0.103 12.9) |
Copy-ready code
/* CSS */
color: #eb969f;
background-color: #eb969f;
/* Tailwind (arbitrary) */
class="text-[#eb969f] bg-[#eb969f]"
/* SCSS */
$brand: #eb969f;
/* SwiftUI */
Color(red: 0.922, green: 0.588, blue: 0.624)
/* Android */
Color.parseColor("#eb969f")Accessibility — WCAG contrast
Aa
#eb969f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb969f on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow32.3%
Key (black)7.8%
Color previews
#eb969f text on a black background
contrast 9.40:1
Card sample
#eb969f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb969f;
Background color
Panel with #eb969f background
background-color: #eb969f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb969f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 150, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 150, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb969f; background: linear-gradient(135deg, #eb969f, #EBC696);