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