#e5afac
a light, vivid red · warm · closest name: pink
RGB
229, 175, 172
HSL
3°, 52%, 79%
CMYK
0, 24, 25, 10
Luminance
0.5030
Every format
| HEX | #e5afac |
| RGB | rgb(229, 175, 172) |
| HSL | hsl(3, 52%, 79%) |
| CMYK | cmyk(0%, 24%, 25%, 10%) |
| LAB | lab(76.3 19.2 9.2) |
| LCH | lch(76.3 21.3 25.5) |
| OKLCH | oklch(0.803 0.064 22.2) |
Copy-ready code
/* CSS */
color: #e5afac;
background-color: #e5afac;
/* Tailwind (arbitrary) */
class="text-[#e5afac] bg-[#e5afac]"
/* SCSS */
$brand: #e5afac;
/* SwiftUI */
Color(red: 0.898, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#e5afac")Accessibility — WCAG contrast
Aa
#e5afac on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5afac on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green68.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow24.9%
Key (black)10.2%
Color previews
#e5afac text on a black background
contrast 11.06:1
Card sample
#e5afac text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5afac;
Background color
Panel with #e5afac background
background-color: #e5afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5afac; background: linear-gradient(135deg, #e5afac, #E5D5AC);