#e794a0
a light, vivid red · warm · closest name: pink
RGB
231, 148, 160
HSL
351°, 63%, 74%
CMYK
0, 36, 31, 9
Luminance
0.4071
Every format
| HEX | #e794a0 |
| RGB | rgb(231, 148, 160) |
| HSL | hsl(351, 63%, 74%) |
| CMYK | cmyk(0%, 36%, 31%, 9%) |
| LAB | lab(70.0 32.8 6.8) |
| LCH | lch(70.0 33.5 11.8) |
| OKLCH | oklch(0.754 0.101 10.3) |
Copy-ready code
/* CSS */
color: #e794a0;
background-color: #e794a0;
/* Tailwind (arbitrary) */
class="text-[#e794a0] bg-[#e794a0]"
/* SCSS */
$brand: #e794a0;
/* SwiftUI */
Color(red: 0.906, green: 0.580, blue: 0.627)
/* Android */
Color.parseColor("#e794a0")Accessibility — WCAG contrast
Aa
#e794a0 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e794a0 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green58.0%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow30.7%
Key (black)9.4%
Color previews
#e794a0 text on a black background
contrast 9.14:1
Card sample
#e794a0 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e794a0;
Background color
Panel with #e794a0 background
background-color: #e794a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e794a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 148, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 148, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e794a0; background: linear-gradient(135deg, #e794a0, #E7BF94);