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