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