#dfdfe6
a pale, muted blue · warm · closest name: lavender
RGB
223, 223, 230
HSL
240°, 12%, 89%
CMYK
3, 3, 0, 10
Luminance
0.7418
Every format
| HEX | #dfdfe6 |
| RGB | rgb(223, 223, 230) |
| HSL | hsl(240, 12%, 89%) |
| CMYK | cmyk(3%, 3%, 0%, 10%) |
| LAB | lab(89.0 1.3 -3.4) |
| LCH | lch(89.0 3.6 290.4) |
| OKLCH | oklch(0.906 0.009 286.2) |
Copy-ready code
/* CSS */
color: #dfdfe6;
background-color: #dfdfe6;
/* Tailwind (arbitrary) */
class="text-[#dfdfe6] bg-[#dfdfe6]"
/* SCSS */
$brand: #dfdfe6;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.902)
/* Android */
Color.parseColor("#dfdfe6")Accessibility — WCAG contrast
Aa
#dfdfe6 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfe6 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue90.2%
CMYK percentages
Cyan3.0%
Magenta3.0%
Yellow0.0%
Key (black)9.8%
Color previews
#dfdfe6 text on a black background
contrast 15.84:1
Card sample
#dfdfe6 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfe6;
Background color
Panel with #dfdfe6 background
background-color: #dfdfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfe6; background: linear-gradient(135deg, #dfdfe6, #E4DFE6);