#dcdfed
a pale, soft blue · warm · closest name: lavender
RGB
220, 223, 237
HSL
229°, 32%, 90%
CMYK
7, 6, 0, 7
Luminance
0.7411
Every format
| HEX | #dcdfed |
| RGB | rgb(220, 223, 237) |
| HSL | hsl(229, 32%, 90%) |
| CMYK | cmyk(7%, 6%, 0%, 7%) |
| LAB | lab(89.0 1.6 -7.2) |
| LCH | lch(89.0 7.3 282.6) |
| OKLCH | oklch(0.905 0.019 276.3) |
Copy-ready code
/* CSS */
color: #dcdfed;
background-color: #dcdfed;
/* Tailwind (arbitrary) */
class="text-[#dcdfed] bg-[#dcdfed]"
/* SCSS */
$brand: #dcdfed;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#dcdfed")Accessibility — WCAG contrast
Aa
#dcdfed on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdfed on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue92.9%
CMYK percentages
Cyan7.2%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#dcdfed text on a black background
contrast 15.82:1
Card sample
#dcdfed text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdfed;
Background color
Panel with #dcdfed background
background-color: #dcdfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdfed; background: linear-gradient(135deg, #dcdfed, #E4DCED);