#e79d8f
a light, vivid red · warm · closest name: pink
RGB
231, 157, 143
HSL
10°, 65%, 73%
CMYK
0, 32, 38, 9
Luminance
0.4309
Every format
| HEX | #e79d8f |
| RGB | rgb(231, 157, 143) |
| HSL | hsl(10, 65%, 73%) |
| CMYK | cmyk(0%, 32%, 38%, 9%) |
| LAB | lab(71.6 25.9 18.6) |
| LCH | lch(71.6 31.9 35.6) |
| OKLCH | oklch(0.765 0.092 31.1) |
Copy-ready code
/* CSS */
color: #e79d8f;
background-color: #e79d8f;
/* Tailwind (arbitrary) */
class="text-[#e79d8f] bg-[#e79d8f]"
/* SCSS */
$brand: #e79d8f;
/* SwiftUI */
Color(red: 0.906, green: 0.616, blue: 0.561)
/* Android */
Color.parseColor("#e79d8f")Accessibility — WCAG contrast
Aa
#e79d8f on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e79d8f on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green61.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow38.1%
Key (black)9.4%
Color previews
#e79d8f text on a black background
contrast 9.62:1
Card sample
#e79d8f text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e79d8f;
Background color
Panel with #e79d8f background
background-color: #e79d8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e79d8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 157, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 157, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e79d8f; background: linear-gradient(135deg, #e79d8f, #E7D88F);