#dce7fc
a pale, electric blue · cool · closest name: lavender
RGB
220, 231, 252
HSL
219°, 84%, 93%
CMYK
13, 8, 0, 1
Luminance
0.7940
Every format
| HEX | #dce7fc |
| RGB | rgb(220, 231, 252) |
| HSL | hsl(219, 84%, 93%) |
| CMYK | cmyk(13%, 8%, 0%, 1%) |
| LAB | lab(91.4 0.4 -11.4) |
| LCH | lch(91.4 11.4 272.0) |
| OKLCH | oklch(0.926 0.031 263.5) |
Copy-ready code
/* CSS */
color: #dce7fc;
background-color: #dce7fc;
/* Tailwind (arbitrary) */
class="text-[#dce7fc] bg-[#dce7fc]"
/* SCSS */
$brand: #dce7fc;
/* SwiftUI */
Color(red: 0.863, green: 0.906, blue: 0.988)
/* Android */
Color.parseColor("#dce7fc")Accessibility — WCAG contrast
Aa
#dce7fc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce7fc on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green90.6%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta8.3%
Yellow0.0%
Key (black)1.2%
Color previews
#dce7fc text on a black background
contrast 16.88:1
Card sample
#dce7fc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce7fc;
Background color
Panel with #dce7fc background
background-color: #dce7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 231, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 231, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce7fc; background: linear-gradient(135deg, #dce7fc, #E6DCFC);