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