#eeadbb
a light, vivid red · warm · closest name: pink
RGB
238, 173, 187
HSL
347°, 66%, 81%
CMYK
0, 27, 21, 7
Luminance
0.5165
Every format
| HEX | #eeadbb |
| RGB | rgb(238, 173, 187) |
| HSL | hsl(347, 66%, 81%) |
| CMYK | cmyk(0%, 27%, 21%, 7%) |
| LAB | lab(77.1 25.8 2.3) |
| LCH | lch(77.1 25.9 5.1) |
| OKLCH | oklch(0.812 0.078 4.7) |
Copy-ready code
/* CSS */
color: #eeadbb;
background-color: #eeadbb;
/* Tailwind (arbitrary) */
class="text-[#eeadbb] bg-[#eeadbb]"
/* SCSS */
$brand: #eeadbb;
/* SwiftUI */
Color(red: 0.933, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#eeadbb")Accessibility — WCAG contrast
Aa
#eeadbb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeadbb on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow21.4%
Key (black)6.7%
Color previews
#eeadbb text on a black background
contrast 11.33:1
Card sample
#eeadbb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeadbb;
Background color
Panel with #eeadbb background
background-color: #eeadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeadbb; background: linear-gradient(135deg, #eeadbb, #EECAAD);