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