#eb716f
a light, electric red · warm · closest name: salmon
RGB
235, 113, 111
HSL
1°, 76%, 68%
CMYK
0, 52, 53, 8
Luminance
0.3062
Every format
| HEX | #eb716f |
| RGB | rgb(235, 113, 111) |
| HSL | hsl(1, 76%, 68%) |
| CMYK | cmyk(0%, 52%, 53%, 8%) |
| LAB | lab(62.2 46.9 23.7) |
| LCH | lch(62.2 52.6 26.8) |
| OKLCH | oklch(0.692 0.152 22.8) |
Copy-ready code
/* CSS */
color: #eb716f;
background-color: #eb716f;
/* Tailwind (arbitrary) */
class="text-[#eb716f] bg-[#eb716f]"
/* SCSS */
$brand: #eb716f;
/* SwiftUI */
Color(red: 0.922, green: 0.443, blue: 0.435)
/* Android */
Color.parseColor("#eb716f")Accessibility — WCAG contrast
Aa
#eb716f on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb716f on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.3%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow52.8%
Key (black)7.8%
Color previews
#eb716f text on a black background
contrast 7.12:1
Card sample
#eb716f text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb716f;
Background color
Panel with #eb716f background
background-color: #eb716f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb716f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 113, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 113, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb716f; background: linear-gradient(135deg, #eb716f, #EBC46F);