#e98f79
a light, vivid red · warm · closest name: salmon
RGB
233, 143, 121
HSL
12°, 72%, 69%
CMYK
0, 39, 48, 9
Luminance
0.3835
Every format
| HEX | #e98f79 |
| RGB | rgb(233, 143, 121) |
| HSL | hsl(12, 72%, 69%) |
| CMYK | cmyk(0%, 39%, 48%, 9%) |
| LAB | lab(68.3 31.8 26.2) |
| LCH | lch(68.3 41.2 39.5) |
| OKLCH | oklch(0.739 0.115 34.5) |
Copy-ready code
/* CSS */
color: #e98f79;
background-color: #e98f79;
/* Tailwind (arbitrary) */
class="text-[#e98f79] bg-[#e98f79]"
/* SCSS */
$brand: #e98f79;
/* SwiftUI */
Color(red: 0.914, green: 0.561, blue: 0.475)
/* Android */
Color.parseColor("#e98f79")Accessibility — WCAG contrast
Aa
#e98f79 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e98f79 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green56.1%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow48.1%
Key (black)8.6%
Color previews
#e98f79 text on a black background
contrast 8.67:1
Card sample
#e98f79 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e98f79;
Background color
Panel with #e98f79 background
background-color: #e98f79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e98f79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 143, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 143, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e98f79; background: linear-gradient(135deg, #e98f79, #E9DA79);