#eeafdb
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 175, 219
HSL
318°, 65%, 81%
CMYK
0, 27, 8, 7
Luminance
0.5395
Every format
| HEX | #eeafdb |
| RGB | rgb(238, 175, 219) |
| HSL | hsl(318, 65%, 81%) |
| CMYK | cmyk(0%, 27%, 8%, 7%) |
| LAB | lab(78.4 29.8 -13.1) |
| LCH | lch(78.4 32.5 336.3) |
| OKLCH | oklch(0.826 0.092 337.9) |
Copy-ready code
/* CSS */
color: #eeafdb;
background-color: #eeafdb;
/* Tailwind (arbitrary) */
class="text-[#eeafdb] bg-[#eeafdb]"
/* SCSS */
$brand: #eeafdb;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#eeafdb")Accessibility — WCAG contrast
Aa
#eeafdb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeafdb on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow8.0%
Key (black)6.7%
Color previews
#eeafdb text on a black background
contrast 11.79:1
Card sample
#eeafdb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeafdb;
Background color
Panel with #eeafdb background
background-color: #eeafdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeafdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeafdb; background: linear-gradient(135deg, #eeafdb, #EEAFB1);