#eeadcf
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 173, 207
HSL
329°, 66%, 81%
CMYK
0, 27, 13, 7
Luminance
0.5257
Every format
| HEX | #eeadcf |
| RGB | rgb(238, 173, 207) |
| HSL | hsl(329, 66%, 81%) |
| CMYK | cmyk(0%, 27%, 13%, 7%) |
| LAB | lab(77.6 28.8 -7.8) |
| LCH | lch(77.6 29.9 344.9) |
| OKLCH | oklch(0.818 0.087 346.5) |
Copy-ready code
/* CSS */
color: #eeadcf;
background-color: #eeadcf;
/* Tailwind (arbitrary) */
class="text-[#eeadcf] bg-[#eeadcf]"
/* SCSS */
$brand: #eeadcf;
/* SwiftUI */
Color(red: 0.933, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#eeadcf")Accessibility — WCAG contrast
Aa
#eeadcf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeadcf on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow13.0%
Key (black)6.7%
Color previews
#eeadcf text on a black background
contrast 11.51:1
Card sample
#eeadcf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeadcf;
Background color
Panel with #eeadcf background
background-color: #eeadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeadcf; background: linear-gradient(135deg, #eeadcf, #EEB6AD);