#dce2fc
a pale, electric blue · warm · closest name: lavender
RGB
220, 226, 252
HSL
229°, 84%, 93%
CMYK
13, 10, 0, 1
Luminance
0.7664
Every format
| HEX | #dce2fc |
| RGB | rgb(220, 226, 252) |
| HSL | hsl(229, 84%, 93%) |
| CMYK | cmyk(13%, 10%, 0%, 1%) |
| LAB | lab(90.2 3.0 -13.3) |
| LCH | lch(90.2 13.6 282.7) |
| OKLCH | oklch(0.916 0.036 275.3) |
Copy-ready code
/* CSS */
color: #dce2fc;
background-color: #dce2fc;
/* Tailwind (arbitrary) */
class="text-[#dce2fc] bg-[#dce2fc]"
/* SCSS */
$brand: #dce2fc;
/* SwiftUI */
Color(red: 0.863, green: 0.886, blue: 0.988)
/* Android */
Color.parseColor("#dce2fc")Accessibility — WCAG contrast
Aa
#dce2fc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce2fc on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green88.6%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta10.3%
Yellow0.0%
Key (black)1.2%
Color previews
#dce2fc text on a black background
contrast 16.33:1
Card sample
#dce2fc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce2fc;
Background color
Panel with #dce2fc background
background-color: #dce2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 226, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 226, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce2fc; background: linear-gradient(135deg, #dce2fc, #EBDCFC);