#dcdfee
a pale, soft blue · warm · closest name: lavender
RGB
220, 223, 238
HSL
230°, 35%, 90%
CMYK
8, 6, 0, 7
Luminance
0.7416
Every format
| HEX | #dcdfee |
| RGB | rgb(220, 223, 238) |
| HSL | hsl(230, 35%, 90%) |
| CMYK | cmyk(8%, 6%, 0%, 7%) |
| LAB | lab(89.0 1.8 -7.7) |
| LCH | lch(89.0 7.9 283.2) |
| OKLCH | oklch(0.906 0.021 276.9) |
Copy-ready code
/* CSS */
color: #dcdfee;
background-color: #dcdfee;
/* Tailwind (arbitrary) */
class="text-[#dcdfee] bg-[#dcdfee]"
/* SCSS */
$brand: #dcdfee;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#dcdfee")Accessibility — WCAG contrast
Aa
#dcdfee on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdfee on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue93.3%
CMYK percentages
Cyan7.6%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#dcdfee text on a black background
contrast 15.83:1
Card sample
#dcdfee text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdfee;
Background color
Panel with #dcdfee background
background-color: #dcdfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdfee; background: linear-gradient(135deg, #dcdfee, #E5DCEE);