#efe6ec
a pale, soft magenta / pink · warm · closest name: lavender
RGB
239, 230, 236
HSL
320°, 22%, 92%
CMYK
0, 4, 1, 6
Luminance
0.8100
Every format
| HEX | #efe6ec |
| RGB | rgb(239, 230, 236) |
| HSL | hsl(320, 22%, 92%) |
| CMYK | cmyk(0%, 4%, 1%, 6%) |
| LAB | lab(92.1 4.1 -1.8) |
| LCH | lch(92.1 4.5 335.9) |
| OKLCH | oklch(0.934 0.013 337.5) |
Copy-ready code
/* CSS */
color: #efe6ec;
background-color: #efe6ec;
/* Tailwind (arbitrary) */
class="text-[#efe6ec] bg-[#efe6ec]"
/* SCSS */
$brand: #efe6ec;
/* SwiftUI */
Color(red: 0.937, green: 0.902, blue: 0.925)
/* Android */
Color.parseColor("#efe6ec")Accessibility — WCAG contrast
Aa
#efe6ec on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe6ec on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green90.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow1.3%
Key (black)6.3%
Color previews
#efe6ec text on a black background
contrast 17.20:1
Card sample
#efe6ec text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe6ec;
Background color
Panel with #efe6ec background
background-color: #efe6ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe6ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 230, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 230, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe6ec; background: linear-gradient(135deg, #efe6ec, #EFE6E6);