#eebfd7
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 191, 215
HSL
329°, 58%, 84%
CMYK
0, 20, 10, 7
Luminance
0.6035
Every format
| HEX | #eebfd7 |
| RGB | rgb(238, 191, 215) |
| HSL | hsl(329, 58%, 84%) |
| CMYK | cmyk(0%, 20%, 10%, 7%) |
| LAB | lab(82.0 20.6 -5.6) |
| LCH | lch(82.0 21.3 344.8) |
| OKLCH | oklch(0.853 0.062 346.4) |
Copy-ready code
/* CSS */
color: #eebfd7;
background-color: #eebfd7;
/* Tailwind (arbitrary) */
class="text-[#eebfd7] bg-[#eebfd7]"
/* SCSS */
$brand: #eebfd7;
/* SwiftUI */
Color(red: 0.933, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#eebfd7")Accessibility — WCAG contrast
Aa
#eebfd7 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebfd7 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.9%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow9.7%
Key (black)6.7%
Color previews
#eebfd7 text on a black background
contrast 13.07:1
Card sample
#eebfd7 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebfd7;
Background color
Panel with #eebfd7 background
background-color: #eebfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebfd7; background: linear-gradient(135deg, #eebfd7, #EEC6BF);