#eb869f
a light, vivid red · warm · closest name: pink
RGB
235, 134, 159
HSL
345°, 72%, 72%
CMYK
0, 43, 32, 8
Luminance
0.3722
Every format
| HEX | #eb869f |
| RGB | rgb(235, 134, 159) |
| HSL | hsl(345, 72%, 72%) |
| CMYK | cmyk(0%, 43%, 32%, 8%) |
| LAB | lab(67.4 41.4 3.8) |
| LCH | lch(67.4 41.5 5.2) |
| OKLCH | oklch(0.735 0.126 4.8) |
Copy-ready code
/* CSS */
color: #eb869f;
background-color: #eb869f;
/* Tailwind (arbitrary) */
class="text-[#eb869f] bg-[#eb869f]"
/* SCSS */
$brand: #eb869f;
/* SwiftUI */
Color(red: 0.922, green: 0.525, blue: 0.624)
/* Android */
Color.parseColor("#eb869f")Accessibility — WCAG contrast
Aa
#eb869f on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb869f on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow32.3%
Key (black)7.8%
Color previews
#eb869f text on a black background
contrast 8.44:1
Card sample
#eb869f text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb869f;
Background color
Panel with #eb869f background
background-color: #eb869f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb869f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 134, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 134, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb869f; background: linear-gradient(135deg, #eb869f, #EBB086);