#efcdf1
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
239, 205, 241
HSL
297°, 56%, 88%
CMYK
1, 15, 0, 6
Luminance
0.6836
Every format
| HEX | #efcdf1 |
| RGB | rgb(239, 205, 241) |
| HSL | hsl(297, 56%, 88%) |
| CMYK | cmyk(1%, 15%, 0%, 6%) |
| LAB | lab(86.2 18.1 -13.3) |
| LCH | lch(86.2 22.4 323.7) |
| OKLCH | oklch(0.888 0.061 324.3) |
Copy-ready code
/* CSS */
color: #efcdf1;
background-color: #efcdf1;
/* Tailwind (arbitrary) */
class="text-[#efcdf1] bg-[#efcdf1]"
/* SCSS */
$brand: #efcdf1;
/* SwiftUI */
Color(red: 0.937, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#efcdf1")Accessibility — WCAG contrast
Aa
#efcdf1 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcdf1 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.4%
Blue94.5%
CMYK percentages
Cyan0.8%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#efcdf1 text on a black background
contrast 14.67:1
Card sample
#efcdf1 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcdf1;
Background color
Panel with #efcdf1 background
background-color: #efcdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcdf1; background: linear-gradient(135deg, #efcdf1, #F1CDDB);