#eebbcf
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 187, 207
HSL
337°, 60%, 83%
CMYK
0, 21, 13, 7
Luminance
0.5822
Every format
| HEX | #eebbcf |
| RGB | rgb(238, 187, 207) |
| HSL | hsl(337, 60%, 83%) |
| CMYK | cmyk(0%, 21%, 13%, 7%) |
| LAB | lab(80.9 21.4 -3.0) |
| LCH | lch(80.9 21.6 352.0) |
| OKLCH | oklch(0.843 0.064 353.1) |
Copy-ready code
/* CSS */
color: #eebbcf;
background-color: #eebbcf;
/* Tailwind (arbitrary) */
class="text-[#eebbcf] bg-[#eebbcf]"
/* SCSS */
$brand: #eebbcf;
/* SwiftUI */
Color(red: 0.933, green: 0.733, blue: 0.812)
/* Android */
Color.parseColor("#eebbcf")Accessibility — WCAG contrast
Aa
#eebbcf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebbcf on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green73.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow13.0%
Key (black)6.7%
Color previews
#eebbcf text on a black background
contrast 12.64:1
Card sample
#eebbcf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebbcf;
Background color
Panel with #eebbcf background
background-color: #eebbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 187, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 187, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebbcf; background: linear-gradient(135deg, #eebbcf, #EEC9BB);