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