#dcecfd
a pale, electric blue · cool · closest name: lavender
RGB
220, 236, 253
HSL
211°, 89%, 93%
CMYK
13, 7, 0, 1
Luminance
0.8230
Every format
| HEX | #dcecfd |
| RGB | rgb(220, 236, 253) |
| HSL | hsl(211, 89%, 93%) |
| CMYK | cmyk(13%, 7%, 0%, 1%) |
| LAB | lab(92.7 -2.0 -10.0) |
| LCH | lch(92.7 10.2 258.9) |
| OKLCH | oklch(0.936 0.029 249.8) |
Copy-ready code
/* CSS */
color: #dcecfd;
background-color: #dcecfd;
/* Tailwind (arbitrary) */
class="text-[#dcecfd] bg-[#dcecfd]"
/* SCSS */
$brand: #dcecfd;
/* SwiftUI */
Color(red: 0.863, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#dcecfd")Accessibility — WCAG contrast
Aa
#dcecfd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcecfd on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.5%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#dcecfd text on a black background
contrast 17.46:1
Card sample
#dcecfd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcecfd;
Background color
Panel with #dcecfd background
background-color: #dcecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcecfd; background: linear-gradient(135deg, #dcecfd, #E2DCFD);