#efcdf6
a pale, vivid violet · warm · closest name: lavender
RGB
239, 205, 246
HSL
290°, 70%, 88%
CMYK
3, 17, 0, 4
Luminance
0.6867
Every format
| HEX | #efcdf6 |
| RGB | rgb(239, 205, 246) |
| HSL | hsl(290, 70%, 88%) |
| CMYK | cmyk(3%, 17%, 0%, 4%) |
| LAB | lab(86.3 19.0 -15.7) |
| LCH | lch(86.3 24.6 320.4) |
| OKLCH | oklch(0.889 0.066 320.5) |
Copy-ready code
/* CSS */
color: #efcdf6;
background-color: #efcdf6;
/* Tailwind (arbitrary) */
class="text-[#efcdf6] bg-[#efcdf6]"
/* SCSS */
$brand: #efcdf6;
/* SwiftUI */
Color(red: 0.937, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#efcdf6")Accessibility — WCAG contrast
Aa
#efcdf6 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcdf6 on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.4%
Blue96.5%
CMYK percentages
Cyan2.8%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#efcdf6 text on a black background
contrast 14.73:1
Card sample
#efcdf6 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcdf6;
Background color
Panel with #efcdf6 background
background-color: #efcdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcdf6; background: linear-gradient(135deg, #efcdf6, #F6CDE2);