#ef8080
a light, electric red · warm · closest name: salmon
RGB
239, 128, 128
HSL
0°, 78%, 72%
CMYK
0, 46, 46, 6
Luminance
0.3535
Every format
| HEX | #ef8080 |
| RGB | rgb(239, 128, 128) |
| HSL | hsl(0, 78%, 72%) |
| CMYK | cmyk(0%, 46%, 46%, 6%) |
| LAB | lab(66.0 42.5 19.4) |
| LCH | lch(66.0 46.6 24.5) |
| OKLCH | oklch(0.723 0.137 21.0) |
Copy-ready code
/* CSS */
color: #ef8080;
background-color: #ef8080;
/* Tailwind (arbitrary) */
class="text-[#ef8080] bg-[#ef8080]"
/* SCSS */
$brand: #ef8080;
/* SwiftUI */
Color(red: 0.937, green: 0.502, blue: 0.502)
/* Android */
Color.parseColor("#ef8080")Accessibility — WCAG contrast
Aa
#ef8080 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef8080 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green50.2%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow46.4%
Key (black)6.3%
Color previews
#ef8080 text on a black background
contrast 8.07:1
Card sample
#ef8080 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef8080;
Background color
Panel with #ef8080 background
background-color: #ef8080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef8080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 128, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 128, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef8080; background: linear-gradient(135deg, #ef8080, #EFCA80);