#eb7463
a light, electric red · warm · closest name: salmon
RGB
235, 116, 99
HSL
8°, 77%, 66%
CMYK
0, 51, 58, 8
Luminance
0.3105
Every format
| HEX | #eb7463 |
| RGB | rgb(235, 116, 99) |
| HSL | hsl(8, 77%, 66%) |
| CMYK | cmyk(0%, 51%, 58%, 8%) |
| LAB | lab(62.6 44.5 30.9) |
| LCH | lch(62.6 54.2 34.8) |
| OKLCH | oklch(0.694 0.150 29.8) |
Copy-ready code
/* CSS */
color: #eb7463;
background-color: #eb7463;
/* Tailwind (arbitrary) */
class="text-[#eb7463] bg-[#eb7463]"
/* SCSS */
$brand: #eb7463;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.388)
/* Android */
Color.parseColor("#eb7463")Accessibility — WCAG contrast
Aa
#eb7463 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7463 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow57.9%
Key (black)7.8%
Color previews
#eb7463 text on a black background
contrast 7.21:1
Card sample
#eb7463 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7463;
Background color
Panel with #eb7463 background
background-color: #eb7463;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7463;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7463; background: linear-gradient(135deg, #eb7463, #EBCF63);