#dfdaef
a pale, soft blue · warm · closest name: lavender
RGB
223, 218, 239
HSL
254°, 40%, 90%
CMYK
7, 9, 0, 6
Luminance
0.7206
Every format
| HEX | #dfdaef |
| RGB | rgb(223, 218, 239) |
| HSL | hsl(254, 40%, 90%) |
| CMYK | cmyk(7%, 9%, 0%, 6%) |
| LAB | lab(88.0 5.6 -9.6) |
| LCH | lch(88.0 11.1 300.0) |
| OKLCH | oklch(0.899 0.029 296.7) |
Copy-ready code
/* CSS */
color: #dfdaef;
background-color: #dfdaef;
/* Tailwind (arbitrary) */
class="text-[#dfdaef] bg-[#dfdaef]"
/* SCSS */
$brand: #dfdaef;
/* SwiftUI */
Color(red: 0.875, green: 0.855, blue: 0.937)
/* Android */
Color.parseColor("#dfdaef")Accessibility — WCAG contrast
Aa
#dfdaef on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdaef on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.5%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta8.8%
Yellow0.0%
Key (black)6.3%
Color previews
#dfdaef text on a black background
contrast 15.41:1
Card sample
#dfdaef text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdaef;
Background color
Panel with #dfdaef background
background-color: #dfdaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 218, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 218, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdaef; background: linear-gradient(135deg, #dfdaef, #EDDAEF);