#e7adbb
a light, vivid red · warm · closest name: pink
RGB
231, 173, 187
HSL
346°, 55%, 79%
CMYK
0, 25, 19, 9
Luminance
0.5046
Every format
| HEX | #e7adbb |
| RGB | rgb(231, 173, 187) |
| HSL | hsl(346, 55%, 79%) |
| CMYK | cmyk(0%, 25%, 19%, 9%) |
| LAB | lab(76.3 23.2 1.2) |
| LCH | lch(76.3 23.3 2.9) |
| OKLCH | oklch(0.805 0.070 2.8) |
Copy-ready code
/* CSS */
color: #e7adbb;
background-color: #e7adbb;
/* Tailwind (arbitrary) */
class="text-[#e7adbb] bg-[#e7adbb]"
/* SCSS */
$brand: #e7adbb;
/* SwiftUI */
Color(red: 0.906, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#e7adbb")Accessibility — WCAG contrast
Aa
#e7adbb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7adbb on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow19.0%
Key (black)9.4%
Color previews
#e7adbb text on a black background
contrast 11.09:1
Card sample
#e7adbb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7adbb;
Background color
Panel with #e7adbb background
background-color: #e7adbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7adbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7adbb; background: linear-gradient(135deg, #e7adbb, #E7C6AD);