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