#e7afba
a light, vivid red · warm · closest name: pink
RGB
231, 175, 186
HSL
348°, 54%, 80%
CMYK
0, 24, 20, 9
Luminance
0.5119
Every format
| HEX | #e7afba |
| RGB | rgb(231, 175, 186) |
| HSL | hsl(348, 54%, 80%) |
| CMYK | cmyk(0%, 24%, 20%, 9%) |
| LAB | lab(76.8 22.0 2.4) |
| LCH | lch(76.8 22.1 6.1) |
| OKLCH | oklch(0.808 0.067 5.6) |
Copy-ready code
/* CSS */
color: #e7afba;
background-color: #e7afba;
/* Tailwind (arbitrary) */
class="text-[#e7afba] bg-[#e7afba]"
/* SCSS */
$brand: #e7afba;
/* SwiftUI */
Color(red: 0.906, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#e7afba")Accessibility — WCAG contrast
Aa
#e7afba on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7afba on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow19.5%
Key (black)9.4%
Color previews
#e7afba text on a black background
contrast 11.24:1
Card sample
#e7afba text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7afba;
Background color
Panel with #e7afba background
background-color: #e7afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7afba; background: linear-gradient(135deg, #e7afba, #E7C9AF);