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