#dfdffb
a pale, electric blue · warm · closest name: lavender
RGB
223, 223, 251
HSL
240°, 78%, 93%
CMYK
11, 11, 0, 2
Luminance
0.7543
Every format
| HEX | #dfdffb |
| RGB | rgb(223, 223, 251) |
| HSL | hsl(240, 78%, 93%) |
| CMYK | cmyk(11%, 11%, 0%, 2%) |
| LAB | lab(89.6 5.3 -13.6) |
| LCH | lch(89.6 14.6 291.4) |
| OKLCH | oklch(0.912 0.038 285.6) |
Copy-ready code
/* CSS */
color: #dfdffb;
background-color: #dfdffb;
/* Tailwind (arbitrary) */
class="text-[#dfdffb] bg-[#dfdffb]"
/* SCSS */
$brand: #dfdffb;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#dfdffb")Accessibility — WCAG contrast
Aa
#dfdffb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdffb on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue98.4%
CMYK percentages
Cyan11.2%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#dfdffb text on a black background
contrast 16.09:1
Card sample
#dfdffb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdffb;
Background color
Panel with #dfdffb background
background-color: #dfdffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdffb; background: linear-gradient(135deg, #dfdffb, #F2DFFB);