#e5afba
a light, vivid red · warm · closest name: pink
RGB
229, 175, 186
HSL
348°, 51%, 79%
CMYK
0, 24, 19, 10
Luminance
0.5086
Every format
| HEX | #e5afba |
| RGB | rgb(229, 175, 186) |
| HSL | hsl(348, 51%, 79%) |
| CMYK | cmyk(0%, 24%, 19%, 10%) |
| LAB | lab(76.6 21.3 2.0) |
| LCH | lch(76.6 21.4 5.5) |
| OKLCH | oklch(0.806 0.065 5.0) |
Copy-ready code
/* CSS */
color: #e5afba;
background-color: #e5afba;
/* Tailwind (arbitrary) */
class="text-[#e5afba] bg-[#e5afba]"
/* SCSS */
$brand: #e5afba;
/* SwiftUI */
Color(red: 0.898, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#e5afba")Accessibility — WCAG contrast
Aa
#e5afba on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5afba on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow18.8%
Key (black)10.2%
Color previews
#e5afba text on a black background
contrast 11.17:1
Card sample
#e5afba text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5afba;
Background color
Panel with #e5afba background
background-color: #e5afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5afba; background: linear-gradient(135deg, #e5afba, #E5C8AF);