#efaef1
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 174, 241
HSL
298°, 71%, 81%
CMYK
1, 28, 0, 6
Luminance
0.5497
Every format
| HEX | #efaef1 |
| RGB | rgb(239, 174, 241) |
| HSL | hsl(298, 71%, 81%) |
| CMYK | cmyk(1%, 28%, 0%, 6%) |
| LAB | lab(79.0 34.5 -24.1) |
| LCH | lch(79.0 42.1 325.1) |
| OKLCH | oklch(0.833 0.115 325.6) |
Copy-ready code
/* CSS */
color: #efaef1;
background-color: #efaef1;
/* Tailwind (arbitrary) */
class="text-[#efaef1] bg-[#efaef1]"
/* SCSS */
$brand: #efaef1;
/* SwiftUI */
Color(red: 0.937, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#efaef1")Accessibility — WCAG contrast
Aa
#efaef1 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efaef1 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green68.2%
Blue94.5%
CMYK percentages
Cyan0.8%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#efaef1 text on a black background
contrast 11.99:1
Card sample
#efaef1 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efaef1;
Background color
Panel with #efaef1 background
background-color: #efaef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efaef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efaef1; background: linear-gradient(135deg, #efaef1, #F1AEC6);