#efcdf4
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
239, 205, 244
HSL
292°, 64%, 88%
CMYK
2, 16, 0, 4
Luminance
0.6855
Every format
| HEX | #efcdf4 |
| RGB | rgb(239, 205, 244) |
| HSL | hsl(292, 64%, 88%) |
| CMYK | cmyk(2%, 16%, 0%, 4%) |
| LAB | lab(86.3 18.6 -14.7) |
| LCH | lch(86.3 23.7 321.7) |
| OKLCH | oklch(0.889 0.064 322.0) |
Copy-ready code
/* CSS */
color: #efcdf4;
background-color: #efcdf4;
/* Tailwind (arbitrary) */
class="text-[#efcdf4] bg-[#efcdf4]"
/* SCSS */
$brand: #efcdf4;
/* SwiftUI */
Color(red: 0.937, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#efcdf4")Accessibility — WCAG contrast
Aa
#efcdf4 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcdf4 on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.4%
Blue95.7%
CMYK percentages
Cyan2.0%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#efcdf4 text on a black background
contrast 14.71:1
Card sample
#efcdf4 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcdf4;
Background color
Panel with #efcdf4 background
background-color: #efcdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcdf4; background: linear-gradient(135deg, #efcdf4, #F4CDDF);