#dce0fc
a pale, electric blue · warm · closest name: lavender
RGB
220, 224, 252
HSL
233°, 84%, 93%
CMYK
13, 11, 0, 1
Luminance
0.7556
Every format
| HEX | #dce0fc |
| RGB | rgb(220, 224, 252) |
| HSL | hsl(233, 84%, 93%) |
| CMYK | cmyk(13%, 11%, 0%, 1%) |
| LAB | lab(89.7 4.0 -14.0) |
| LCH | lch(89.7 14.6 286.0) |
| OKLCH | oklch(0.912 0.038 279.2) |
Copy-ready code
/* CSS */
color: #dce0fc;
background-color: #dce0fc;
/* Tailwind (arbitrary) */
class="text-[#dce0fc] bg-[#dce0fc]"
/* SCSS */
$brand: #dce0fc;
/* SwiftUI */
Color(red: 0.863, green: 0.878, blue: 0.988)
/* Android */
Color.parseColor("#dce0fc")Accessibility — WCAG contrast
Aa
#dce0fc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce0fc on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.8%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta11.1%
Yellow0.0%
Key (black)1.2%
Color previews
#dce0fc text on a black background
contrast 16.11:1
Card sample
#dce0fc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce0fc;
Background color
Panel with #dce0fc background
background-color: #dce0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 224, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 224, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce0fc; background: linear-gradient(135deg, #dce0fc, #EDDCFC);