#eeadaf
a light, vivid red · warm · closest name: pink
RGB
238, 173, 175
HSL
358°, 66%, 81%
CMYK
0, 27, 27, 7
Luminance
0.5116
Every format
| HEX | #eeadaf |
| RGB | rgb(238, 173, 175) |
| HSL | hsl(358, 66%, 81%) |
| CMYK | cmyk(0%, 27%, 27%, 7%) |
| LAB | lab(76.8 24.1 8.4) |
| LCH | lch(76.8 25.5 19.3) |
| OKLCH | oklch(0.809 0.076 16.8) |
Copy-ready code
/* CSS */
color: #eeadaf;
background-color: #eeadaf;
/* Tailwind (arbitrary) */
class="text-[#eeadaf] bg-[#eeadaf]"
/* SCSS */
$brand: #eeadaf;
/* SwiftUI */
Color(red: 0.933, green: 0.678, blue: 0.686)
/* Android */
Color.parseColor("#eeadaf")Accessibility — WCAG contrast
Aa
#eeadaf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeadaf on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow26.5%
Key (black)6.7%
Color previews
#eeadaf text on a black background
contrast 11.23:1
Card sample
#eeadaf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeadaf;
Background color
Panel with #eeadaf background
background-color: #eeadaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeadaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 173, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 173, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeadaf; background: linear-gradient(135deg, #eeadaf, #EED6AD);