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