#efcdf3
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
239, 205, 243
HSL
294°, 61%, 88%
CMYK
2, 16, 0, 5
Luminance
0.6848
Every format
| HEX | #efcdf3 |
| RGB | rgb(239, 205, 243) |
| HSL | hsl(294, 61%, 88%) |
| CMYK | cmyk(2%, 16%, 0%, 5%) |
| LAB | lab(86.3 18.4 -14.2) |
| LCH | lch(86.3 23.3 322.3) |
| OKLCH | oklch(0.888 0.063 322.7) |
Copy-ready code
/* CSS */
color: #efcdf3;
background-color: #efcdf3;
/* Tailwind (arbitrary) */
class="text-[#efcdf3] bg-[#efcdf3]"
/* SCSS */
$brand: #efcdf3;
/* SwiftUI */
Color(red: 0.937, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#efcdf3")Accessibility — WCAG contrast
Aa
#efcdf3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcdf3 on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.4%
Blue95.3%
CMYK percentages
Cyan1.6%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#efcdf3 text on a black background
contrast 14.70:1
Card sample
#efcdf3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcdf3;
Background color
Panel with #efcdf3 background
background-color: #efcdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcdf3; background: linear-gradient(135deg, #efcdf3, #F3CDDE);