#dcdfe4
a pale, muted blue · cool · closest name: lavender
RGB
220, 223, 228
HSL
218°, 13%, 88%
CMYK
4, 2, 0, 11
Luminance
0.7359
Every format
| HEX | #dcdfe4 |
| RGB | rgb(220, 223, 228) |
| HSL | hsl(218, 13%, 88%) |
| CMYK | cmyk(4%, 2%, 0%, 11%) |
| LAB | lab(88.7 -0.1 -2.8) |
| LCH | lch(88.7 2.8 268.2) |
| OKLCH | oklch(0.903 0.007 260.7) |
Copy-ready code
/* CSS */
color: #dcdfe4;
background-color: #dcdfe4;
/* Tailwind (arbitrary) */
class="text-[#dcdfe4] bg-[#dcdfe4]"
/* SCSS */
$brand: #dcdfe4;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#dcdfe4")Accessibility — WCAG contrast
Aa
#dcdfe4 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdfe4 on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue89.4%
CMYK percentages
Cyan3.5%
Magenta2.2%
Yellow0.0%
Key (black)10.6%
Color previews
#dcdfe4 text on a black background
contrast 15.72:1
Card sample
#dcdfe4 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdfe4;
Background color
Panel with #dcdfe4 background
background-color: #dcdfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdfe4; background: linear-gradient(135deg, #dcdfe4, #DEDCE4);