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