#eb837a
a light, vivid red · warm · closest name: salmon
RGB
235, 131, 122
HSL
5°, 74%, 70%
CMYK
0, 44, 48, 8
Luminance
0.3530
Every format
| HEX | #eb837a |
| RGB | rgb(235, 131, 122) |
| HSL | hsl(5, 74%, 70%) |
| CMYK | cmyk(0%, 44%, 48%, 8%) |
| LAB | lab(66.0 38.9 22.6) |
| LCH | lch(66.0 45.0 30.1) |
| OKLCH | oklch(0.722 0.129 25.9) |
Copy-ready code
/* CSS */
color: #eb837a;
background-color: #eb837a;
/* Tailwind (arbitrary) */
class="text-[#eb837a] bg-[#eb837a]"
/* SCSS */
$brand: #eb837a;
/* SwiftUI */
Color(red: 0.922, green: 0.514, blue: 0.478)
/* Android */
Color.parseColor("#eb837a")Accessibility — WCAG contrast
Aa
#eb837a on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb837a on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.4%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow48.1%
Key (black)7.8%
Color previews
#eb837a text on a black background
contrast 8.06:1
Card sample
#eb837a text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb837a;
Background color
Panel with #eb837a background
background-color: #eb837a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb837a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 131, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 131, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb837a; background: linear-gradient(135deg, #eb837a, #EBCE7A);