#efdffc
a pale, electric violet · warm · closest name: lavender
RGB
239, 223, 252
HSL
273°, 83%, 93%
CMYK
5, 12, 0, 1
Luminance
0.7815
Every format
| HEX | #efdffc |
| RGB | rgb(239, 223, 252) |
| HSL | hsl(273, 83%, 93%) |
| CMYK | cmyk(5%, 12%, 0%, 1%) |
| LAB | lab(90.8 10.6 -12.1) |
| LCH | lch(90.8 16.1 311.3) |
| OKLCH | oklch(0.925 0.042 310.1) |
Copy-ready code
/* CSS */
color: #efdffc;
background-color: #efdffc;
/* Tailwind (arbitrary) */
class="text-[#efdffc] bg-[#efdffc]"
/* SCSS */
$brand: #efdffc;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#efdffc")Accessibility — WCAG contrast
Aa
#efdffc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdffc on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue98.8%
CMYK percentages
Cyan5.2%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#efdffc text on a black background
contrast 16.63:1
Card sample
#efdffc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdffc;
Background color
Panel with #efdffc background
background-color: #efdffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdffc; background: linear-gradient(135deg, #efdffc, #FCDFF6);