#e4b2ac
a light, vivid red · warm · closest name: pink
RGB
228, 178, 172
HSL
6°, 51%, 78%
CMYK
0, 22, 25, 11
Luminance
0.5131
Every format
| HEX | #e4b2ac |
| RGB | rgb(228, 178, 172) |
| HSL | hsl(6, 51%, 78%) |
| CMYK | cmyk(0%, 22%, 25%, 11%) |
| LAB | lab(76.9 17.3 10.0) |
| LCH | lch(76.9 20.0 30.2) |
| OKLCH | oklch(0.807 0.059 26.3) |
Copy-ready code
/* CSS */
color: #e4b2ac;
background-color: #e4b2ac;
/* Tailwind (arbitrary) */
class="text-[#e4b2ac] bg-[#e4b2ac]"
/* SCSS */
$brand: #e4b2ac;
/* SwiftUI */
Color(red: 0.894, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#e4b2ac")Accessibility — WCAG contrast
Aa
#e4b2ac on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4b2ac on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow24.6%
Key (black)10.6%
Color previews
#e4b2ac text on a black background
contrast 11.26:1
Card sample
#e4b2ac text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4b2ac;
Background color
Panel with #e4b2ac background
background-color: #e4b2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4b2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4b2ac; background: linear-gradient(135deg, #e4b2ac, #E4D7AC);