#e7b2ac
a light, vivid red · warm · closest name: pink
RGB
231, 178, 172
HSL
6°, 55%, 79%
CMYK
0, 23, 26, 9
Luminance
0.5181
Every format
| HEX | #e7b2ac |
| RGB | rgb(231, 178, 172) |
| HSL | hsl(6, 55%, 79%) |
| CMYK | cmyk(0%, 23%, 26%, 9%) |
| LAB | lab(77.2 18.4 10.5) |
| LCH | lch(77.2 21.2 29.7) |
| OKLCH | oklch(0.810 0.063 25.9) |
Copy-ready code
/* CSS */
color: #e7b2ac;
background-color: #e7b2ac;
/* Tailwind (arbitrary) */
class="text-[#e7b2ac] bg-[#e7b2ac]"
/* SCSS */
$brand: #e7b2ac;
/* SwiftUI */
Color(red: 0.906, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#e7b2ac")Accessibility — WCAG contrast
Aa
#e7b2ac on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7b2ac on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow25.5%
Key (black)9.4%
Color previews
#e7b2ac text on a black background
contrast 11.36:1
Card sample
#e7b2ac text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7b2ac;
Background color
Panel with #e7b2ac background
background-color: #e7b2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7b2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7b2ac; background: linear-gradient(135deg, #e7b2ac, #E7D9AC);