#eb8484
a light, vivid red · warm · closest name: salmon
RGB
235, 132, 132
HSL
0°, 72%, 72%
CMYK
0, 44, 44, 8
Luminance
0.3583
Every format
| HEX | #eb8484 |
| RGB | rgb(235, 132, 132) |
| HSL | hsl(0, 72%, 72%) |
| CMYK | cmyk(0%, 44%, 44%, 8%) |
| LAB | lab(66.4 39.3 17.5) |
| LCH | lch(66.4 43.1 24.0) |
| OKLCH | oklch(0.725 0.127 20.6) |
Copy-ready code
/* CSS */
color: #eb8484;
background-color: #eb8484;
/* Tailwind (arbitrary) */
class="text-[#eb8484] bg-[#eb8484]"
/* SCSS */
$brand: #eb8484;
/* SwiftUI */
Color(red: 0.922, green: 0.518, blue: 0.518)
/* Android */
Color.parseColor("#eb8484")Accessibility — WCAG contrast
Aa
#eb8484 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8484 on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.8%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow43.8%
Key (black)7.8%
Color previews
#eb8484 text on a black background
contrast 8.17:1
Card sample
#eb8484 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8484;
Background color
Panel with #eb8484 background
background-color: #eb8484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 132, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 132, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8484; background: linear-gradient(135deg, #eb8484, #EBC984);