#e7aeaf
a light, vivid red · warm · closest name: pink
RGB
231, 174, 175
HSL
359°, 54%, 79%
CMYK
0, 25, 24, 9
Luminance
0.5036
Every format
| HEX | #e7aeaf |
| RGB | rgb(231, 174, 175) |
| HSL | hsl(359, 54%, 79%) |
| CMYK | cmyk(0%, 25%, 24%, 9%) |
| LAB | lab(76.3 20.9 7.6) |
| LCH | lch(76.3 22.3 20.0) |
| OKLCH | oklch(0.804 0.067 17.5) |
Copy-ready code
/* CSS */
color: #e7aeaf;
background-color: #e7aeaf;
/* Tailwind (arbitrary) */
class="text-[#e7aeaf] bg-[#e7aeaf]"
/* SCSS */
$brand: #e7aeaf;
/* SwiftUI */
Color(red: 0.906, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#e7aeaf")Accessibility — WCAG contrast
Aa
#e7aeaf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7aeaf on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow24.2%
Key (black)9.4%
Color previews
#e7aeaf text on a black background
contrast 11.07:1
Card sample
#e7aeaf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7aeaf;
Background color
Panel with #e7aeaf background
background-color: #e7aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7aeaf; background: linear-gradient(135deg, #e7aeaf, #E7D3AE);