#efade9
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 173, 233
HSL
306°, 67%, 81%
CMYK
0, 28, 3, 6
Luminance
0.5412
Every format
| HEX | #efade9 |
| RGB | rgb(239, 173, 233) |
| HSL | hsl(306, 67%, 81%) |
| CMYK | cmyk(0%, 28%, 3%, 6%) |
| LAB | lab(78.5 33.6 -20.5) |
| LCH | lch(78.5 39.4 328.6) |
| OKLCH | oklch(0.828 0.109 329.6) |
Copy-ready code
/* CSS */
color: #efade9;
background-color: #efade9;
/* Tailwind (arbitrary) */
class="text-[#efade9] bg-[#efade9]"
/* SCSS */
$brand: #efade9;
/* SwiftUI */
Color(red: 0.937, green: 0.678, blue: 0.914)
/* Android */
Color.parseColor("#efade9")Accessibility — WCAG contrast
Aa
#efade9 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efade9 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green67.8%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta27.6%
Yellow2.5%
Key (black)6.3%
Color previews
#efade9 text on a black background
contrast 11.82:1
Card sample
#efade9 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efade9;
Background color
Panel with #efade9 background
background-color: #efade9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efade9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 173, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 173, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efade9; background: linear-gradient(135deg, #efade9, #EFADBD);