#e0807f
a light, vivid red · warm · closest name: salmon
RGB
224, 128, 127
HSL
1°, 61%, 69%
CMYK
0, 43, 43, 12
Luminance
0.3282
Every format
| HEX | #e0807f |
| RGB | rgb(224, 128, 127) |
| HSL | hsl(1, 61%, 69%) |
| CMYK | cmyk(0%, 43%, 43%, 12%) |
| LAB | lab(64.0 36.8 16.8) |
| LCH | lch(64.0 40.5 24.6) |
| OKLCH | oklch(0.704 0.119 21.1) |
Copy-ready code
/* CSS */
color: #e0807f;
background-color: #e0807f;
/* Tailwind (arbitrary) */
class="text-[#e0807f] bg-[#e0807f]"
/* SCSS */
$brand: #e0807f;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.498)
/* Android */
Color.parseColor("#e0807f")Accessibility — WCAG contrast
Aa
#e0807f on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0807f on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow43.3%
Key (black)12.2%
Color previews
#e0807f text on a black background
contrast 7.56:1
Card sample
#e0807f text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0807f;
Background color
Panel with #e0807f background
background-color: #e0807f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0807f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0807f; background: linear-gradient(135deg, #e0807f, #E0C17F);