#eebadc
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 186, 220
HSL
321°, 61%, 83%
CMYK
0, 22, 8, 7
Luminance
0.5846
Every format
| HEX | #eebadc |
| RGB | rgb(238, 186, 220) |
| HSL | hsl(321, 61%, 83%) |
| CMYK | cmyk(0%, 22%, 8%, 7%) |
| LAB | lab(81.0 24.1 -9.8) |
| LCH | lch(81.0 26.0 337.9) |
| OKLCH | oklch(0.846 0.074 339.5) |
Copy-ready code
/* CSS */
color: #eebadc;
background-color: #eebadc;
/* Tailwind (arbitrary) */
class="text-[#eebadc] bg-[#eebadc]"
/* SCSS */
$brand: #eebadc;
/* SwiftUI */
Color(red: 0.933, green: 0.729, blue: 0.863)
/* Android */
Color.parseColor("#eebadc")Accessibility — WCAG contrast
Aa
#eebadc on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebadc on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green72.9%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow7.6%
Key (black)6.7%
Color previews
#eebadc text on a black background
contrast 12.69:1
Card sample
#eebadc text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebadc;
Background color
Panel with #eebadc background
background-color: #eebadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 186, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 186, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebadc; background: linear-gradient(135deg, #eebadc, #EEBBBA);