#eb7f6c
a light, electric red · warm · closest name: salmon
RGB
235, 127, 108
HSL
9°, 76%, 67%
CMYK
0, 46, 54, 8
Luminance
0.3392
Every format
| HEX | #eb7f6c |
| RGB | rgb(235, 127, 108) |
| HSL | hsl(9, 76%, 67%) |
| CMYK | cmyk(0%, 46%, 54%, 8%) |
| LAB | lab(64.9 39.7 28.9) |
| LCH | lch(64.9 49.1 36.1) |
| OKLCH | oklch(0.713 0.137 31.2) |
Copy-ready code
/* CSS */
color: #eb7f6c;
background-color: #eb7f6c;
/* Tailwind (arbitrary) */
class="text-[#eb7f6c] bg-[#eb7f6c]"
/* SCSS */
$brand: #eb7f6c;
/* SwiftUI */
Color(red: 0.922, green: 0.498, blue: 0.424)
/* Android */
Color.parseColor("#eb7f6c")Accessibility — WCAG contrast
Aa
#eb7f6c on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7f6c on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.8%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow54.0%
Key (black)7.8%
Color previews
#eb7f6c text on a black background
contrast 7.78:1
Card sample
#eb7f6c text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7f6c;
Background color
Panel with #eb7f6c background
background-color: #eb7f6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7f6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 127, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 127, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7f6c; background: linear-gradient(135deg, #eb7f6c, #EBD46C);