#efceee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
239, 206, 238
HSL
302°, 51%, 87%
CMYK
0, 14, 0, 6
Luminance
0.6867
Every format
| HEX | #efceee |
| RGB | rgb(239, 206, 238) |
| HSL | hsl(302, 51%, 87%) |
| CMYK | cmyk(0%, 14%, 0%, 6%) |
| LAB | lab(86.3 17.0 -11.4) |
| LCH | lch(86.3 20.5 326.0) |
| OKLCH | oklch(0.889 0.056 327.0) |
Copy-ready code
/* CSS */
color: #efceee;
background-color: #efceee;
/* Tailwind (arbitrary) */
class="text-[#efceee] bg-[#efceee]"
/* SCSS */
$brand: #efceee;
/* SwiftUI */
Color(red: 0.937, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#efceee")Accessibility — WCAG contrast
Aa
#efceee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efceee on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow0.4%
Key (black)6.3%
Color previews
#efceee text on a black background
contrast 14.73:1
Card sample
#efceee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efceee;
Background color
Panel with #efceee background
background-color: #efceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efceee; background: linear-gradient(135deg, #efceee, #EFCED8);