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