#eb8465
a light, electric red · warm · closest name: salmon
RGB
235, 132, 101
HSL
14°, 77%, 66%
CMYK
0, 44, 57, 8
Luminance
0.3510
Every format
| HEX | #eb8465 |
| RGB | rgb(235, 132, 101) |
| HSL | hsl(14, 77%, 66%) |
| CMYK | cmyk(0%, 44%, 57%, 8%) |
| LAB | lab(65.8 36.6 34.0) |
| LCH | lch(65.8 49.9 42.9) |
| OKLCH | oklch(0.719 0.134 37.5) |
Copy-ready code
/* CSS */
color: #eb8465;
background-color: #eb8465;
/* Tailwind (arbitrary) */
class="text-[#eb8465] bg-[#eb8465]"
/* SCSS */
$brand: #eb8465;
/* SwiftUI */
Color(red: 0.922, green: 0.518, blue: 0.396)
/* Android */
Color.parseColor("#eb8465")Accessibility — WCAG contrast
Aa
#eb8465 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8465 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.8%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow57.0%
Key (black)7.8%
Color previews
#eb8465 text on a black background
contrast 8.02:1
Card sample
#eb8465 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8465;
Background color
Panel with #eb8465 background
background-color: #eb8465;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8465;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 132, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 132, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8465; background: linear-gradient(135deg, #eb8465, #EBDD65);