#efaade
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 170, 222
HSL
315°, 68%, 80%
CMYK
0, 29, 7, 6
Luminance
0.5237
Every format
| HEX | #efaade |
| RGB | rgb(239, 170, 222) |
| HSL | hsl(315, 68%, 80%) |
| CMYK | cmyk(0%, 29%, 7%, 6%) |
| LAB | lab(77.5 33.3 -16.1) |
| LCH | lch(77.5 37.0 334.2) |
| OKLCH | oklch(0.819 0.105 335.7) |
Copy-ready code
/* CSS */
color: #efaade;
background-color: #efaade;
/* Tailwind (arbitrary) */
class="text-[#efaade] bg-[#efaade]"
/* SCSS */
$brand: #efaade;
/* SwiftUI */
Color(red: 0.937, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#efaade")Accessibility — WCAG contrast
Aa
#efaade on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efaade on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow7.1%
Key (black)6.3%
Color previews
#efaade text on a black background
contrast 11.47:1
Card sample
#efaade text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efaade;
Background color
Panel with #efaade background
background-color: #efaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efaade; background: linear-gradient(135deg, #efaade, #EFAAB0);