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