#efade0
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 173, 224
HSL
314°, 67%, 81%
CMYK
0, 28, 6, 6
Luminance
0.5362
Every format
| HEX | #efade0 |
| RGB | rgb(239, 173, 224) |
| HSL | hsl(314, 67%, 81%) |
| CMYK | cmyk(0%, 28%, 6%, 6%) |
| LAB | lab(78.2 32.0 -16.1) |
| LCH | lch(78.2 35.8 333.3) |
| OKLCH | oklch(0.825 0.101 334.8) |
Copy-ready code
/* CSS */
color: #efade0;
background-color: #efade0;
/* Tailwind (arbitrary) */
class="text-[#efade0] bg-[#efade0]"
/* SCSS */
$brand: #efade0;
/* SwiftUI */
Color(red: 0.937, green: 0.678, blue: 0.878)
/* Android */
Color.parseColor("#efade0")Accessibility — WCAG contrast
Aa
#efade0 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efade0 on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green67.8%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta27.6%
Yellow6.3%
Key (black)6.3%
Color previews
#efade0 text on a black background
contrast 11.72:1
Card sample
#efade0 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efade0;
Background color
Panel with #efade0 background
background-color: #efade0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efade0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 173, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 173, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efade0; background: linear-gradient(135deg, #efade0, #EFADB4);