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