#dfdafe
a pale, electric blue · warm · closest name: lavender
RGB
223, 218, 254
HSL
248°, 95%, 93%
CMYK
12, 14, 0, 0
Luminance
0.7299
Every format
| HEX | #dfdafe |
| RGB | rgb(223, 218, 254) |
| HSL | hsl(248, 95%, 93%) |
| CMYK | cmyk(12%, 14%, 0%, 0%) |
| LAB | lab(88.4 8.5 -16.9) |
| LCH | lch(88.4 18.9 296.8) |
| OKLCH | oklch(0.903 0.049 291.8) |
Copy-ready code
/* CSS */
color: #dfdafe;
background-color: #dfdafe;
/* Tailwind (arbitrary) */
class="text-[#dfdafe] bg-[#dfdafe]"
/* SCSS */
$brand: #dfdafe;
/* SwiftUI */
Color(red: 0.875, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#dfdafe")Accessibility — WCAG contrast
Aa
#dfdafe on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdafe on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.5%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#dfdafe text on a black background
contrast 15.60:1
Card sample
#dfdafe text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdafe;
Background color
Panel with #dfdafe background
background-color: #dfdafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdafe; background: linear-gradient(135deg, #dfdafe, #F7DAFE);