#efcdf7
a pale, vivid violet · warm · closest name: lavender
RGB
239, 205, 247
HSL
289°, 72%, 89%
CMYK
3, 17, 0, 3
Luminance
0.6873
Every format
| HEX | #efcdf7 |
| RGB | rgb(239, 205, 247) |
| HSL | hsl(289, 72%, 89%) |
| CMYK | cmyk(3%, 17%, 0%, 3%) |
| LAB | lab(86.4 19.2 -16.2) |
| LCH | lch(86.4 25.1 319.9) |
| OKLCH | oklch(0.890 0.067 319.8) |
Copy-ready code
/* CSS */
color: #efcdf7;
background-color: #efcdf7;
/* Tailwind (arbitrary) */
class="text-[#efcdf7] bg-[#efcdf7]"
/* SCSS */
$brand: #efcdf7;
/* SwiftUI */
Color(red: 0.937, green: 0.804, blue: 0.969)
/* Android */
Color.parseColor("#efcdf7")Accessibility — WCAG contrast
Aa
#efcdf7 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcdf7 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.4%
Blue96.9%
CMYK percentages
Cyan3.2%
Magenta17.0%
Yellow0.0%
Key (black)3.1%
Color previews
#efcdf7 text on a black background
contrast 14.75:1
Card sample
#efcdf7 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcdf7;
Background color
Panel with #efcdf7 background
background-color: #efcdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 205, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 205, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcdf7; background: linear-gradient(135deg, #efcdf7, #F7CDE3);