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