#dfdff3
a pale, vivid blue · warm · “lavender”
RGB
223, 223, 243
HSL
240°, 46%, 91%
CMYK
8, 8, 0, 5
Luminance
0.7493
Every format
| HEX | #dfdff3 |
| RGB | rgb(223, 223, 243) |
| HSL | hsl(240, 46%, 91%) |
| CMYK | cmyk(8%, 8%, 0%, 5%) |
| LAB | lab(89.4 3.7 -9.7) |
| LCH | lch(89.4 10.4 291.0) |
| OKLCH | oklch(0.910 0.027 285.8) |
Copy-ready code
/* CSS */
color: #dfdff3;
background-color: #dfdff3;
/* Tailwind (arbitrary) */
class="text-[#dfdff3] bg-[#dfdff3]"
/* SCSS */
$brand: #dfdff3;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.953)
/* Android */
Color.parseColor("#dfdff3")Accessibility — WCAG contrast
Aa
#dfdff3 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdff3 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue95.3%
CMYK percentages
Cyan8.2%
Magenta8.2%
Yellow0.0%
Key (black)4.7%
Color previews
#dfdff3 text on a black background
contrast 15.99:1
Card sample
#dfdff3 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdff3;
Background color
Panel with #dfdff3 background
background-color: #dfdff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdff3; background: linear-gradient(135deg, #dfdff3, #ECDFF3);