#dce2ee
a pale, soft blue · cool · closest name: lavender
RGB
220, 226, 238
HSL
220°, 35%, 90%
CMYK
8, 5, 0, 7
Luminance
0.7578
Every format
| HEX | #dce2ee |
| RGB | rgb(220, 226, 238) |
| HSL | hsl(220, 35%, 90%) |
| CMYK | cmyk(8%, 5%, 0%, 7%) |
| LAB | lab(89.8 0.2 -6.5) |
| LCH | lch(89.8 6.5 272.1) |
| OKLCH | oklch(0.912 0.018 264.5) |
Copy-ready code
/* CSS */
color: #dce2ee;
background-color: #dce2ee;
/* Tailwind (arbitrary) */
class="text-[#dce2ee] bg-[#dce2ee]"
/* SCSS */
$brand: #dce2ee;
/* SwiftUI */
Color(red: 0.863, green: 0.886, blue: 0.933)
/* Android */
Color.parseColor("#dce2ee")Accessibility — WCAG contrast
Aa
#dce2ee on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce2ee on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green88.6%
Blue93.3%
CMYK percentages
Cyan7.6%
Magenta5.0%
Yellow0.0%
Key (black)6.7%
Color previews
#dce2ee text on a black background
contrast 16.16:1
Card sample
#dce2ee text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce2ee;
Background color
Panel with #dce2ee background
background-color: #dce2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 226, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 226, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce2ee; background: linear-gradient(135deg, #dce2ee, #E2DCEE);