#dfdff4
a pale, vivid blue · warm · closest name: lavender
RGB
223, 223, 244
HSL
240°, 49%, 92%
CMYK
9, 9, 0, 4
Luminance
0.7499
Every format
| HEX | #dfdff4 |
| RGB | rgb(223, 223, 244) |
| HSL | hsl(240, 49%, 92%) |
| CMYK | cmyk(9%, 9%, 0%, 4%) |
| LAB | lab(89.4 3.9 -10.2) |
| LCH | lch(89.4 10.9 291.1) |
| OKLCH | oklch(0.910 0.029 285.8) |
Copy-ready code
/* CSS */
color: #dfdff4;
background-color: #dfdff4;
/* Tailwind (arbitrary) */
class="text-[#dfdff4] bg-[#dfdff4]"
/* SCSS */
$brand: #dfdff4;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.957)
/* Android */
Color.parseColor("#dfdff4")Accessibility — WCAG contrast
Aa
#dfdff4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdff4 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue95.7%
CMYK percentages
Cyan8.6%
Magenta8.6%
Yellow0.0%
Key (black)4.3%
Color previews
#dfdff4 text on a black background
contrast 16.00:1
Card sample
#dfdff4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdff4;
Background color
Panel with #dfdff4 background
background-color: #dfdff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdff4; background: linear-gradient(135deg, #dfdff4, #EDDFF4);