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