#efcdf9
a pale, electric violet · warm · closest name: lavender
RGB
239, 205, 249
HSL
286°, 79%, 89%
CMYK
4, 18, 0, 2
Luminance
0.6885
Every format
| HEX | #efcdf9 |
| RGB | rgb(239, 205, 249) |
| HSL | hsl(286, 79%, 89%) |
| CMYK | cmyk(4%, 18%, 0%, 2%) |
| LAB | lab(86.4 19.5 -17.1) |
| LCH | lch(86.4 26.0 318.8) |
| OKLCH | oklch(0.890 0.070 318.5) |
Copy-ready code
/* CSS */
color: #efcdf9;
background-color: #efcdf9;
/* Tailwind (arbitrary) */
class="text-[#efcdf9] bg-[#efcdf9]"
/* SCSS */
$brand: #efcdf9;
/* SwiftUI */
Color(red: 0.937, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#efcdf9")Accessibility — WCAG contrast
Aa
#efcdf9 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcdf9 on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.4%
Blue97.6%
CMYK percentages
Cyan4.0%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#efcdf9 text on a black background
contrast 14.77:1
Card sample
#efcdf9 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcdf9;
Background color
Panel with #efcdf9 background
background-color: #efcdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcdf9; background: linear-gradient(135deg, #efcdf9, #F9CDE6);