#e8b2ac
a light, vivid red · warm · closest name: pink
RGB
232, 178, 172
HSL
6°, 57%, 79%
CMYK
0, 23, 26, 9
Luminance
0.5198
Every format
| HEX | #e8b2ac |
| RGB | rgb(232, 178, 172) |
| HSL | hsl(6, 57%, 79%) |
| CMYK | cmyk(0%, 23%, 26%, 9%) |
| LAB | lab(77.3 18.8 10.7) |
| LCH | lch(77.3 21.6 29.6) |
| OKLCH | oklch(0.811 0.064 25.8) |
Copy-ready code
/* CSS */
color: #e8b2ac;
background-color: #e8b2ac;
/* Tailwind (arbitrary) */
class="text-[#e8b2ac] bg-[#e8b2ac]"
/* SCSS */
$brand: #e8b2ac;
/* SwiftUI */
Color(red: 0.910, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#e8b2ac")Accessibility — WCAG contrast
Aa
#e8b2ac on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8b2ac on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow25.9%
Key (black)9.0%
Color previews
#e8b2ac text on a black background
contrast 11.40:1
Card sample
#e8b2ac text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8b2ac;
Background color
Panel with #e8b2ac background
background-color: #e8b2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8b2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8b2ac; background: linear-gradient(135deg, #e8b2ac, #E8DAAC);