#dce1fa
a pale, electric blue · warm · closest name: lavender
RGB
220, 225, 250
HSL
230°, 75%, 92%
CMYK
12, 10, 0, 2
Luminance
0.7597
Every format
| HEX | #dce1fa |
| RGB | rgb(220, 225, 250) |
| HSL | hsl(230, 75%, 92%) |
| CMYK | cmyk(12%, 10%, 0%, 2%) |
| LAB | lab(89.8 3.1 -12.7) |
| LCH | lch(89.8 13.1 283.8) |
| OKLCH | oklch(0.914 0.035 276.7) |
Copy-ready code
/* CSS */
color: #dce1fa;
background-color: #dce1fa;
/* Tailwind (arbitrary) */
class="text-[#dce1fa] bg-[#dce1fa]"
/* SCSS */
$brand: #dce1fa;
/* SwiftUI */
Color(red: 0.863, green: 0.882, blue: 0.980)
/* Android */
Color.parseColor("#dce1fa")Accessibility — WCAG contrast
Aa
#dce1fa on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce1fa on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green88.2%
Blue98.0%
CMYK percentages
Cyan12.0%
Magenta10.0%
Yellow0.0%
Key (black)2.0%
Color previews
#dce1fa text on a black background
contrast 16.19:1
Card sample
#dce1fa text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce1fa;
Background color
Panel with #dce1fa background
background-color: #dce1fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce1fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 225, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 225, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce1fa; background: linear-gradient(135deg, #dce1fa, #EBDCFA);