#dcecfa
a pale, electric blue · cool · closest name: lavender
RGB
220, 236, 250
HSL
208°, 75%, 92%
CMYK
12, 6, 0, 2
Luminance
0.8211
Every format
| HEX | #dcecfa |
| RGB | rgb(220, 236, 250) |
| HSL | hsl(208, 75%, 92%) |
| CMYK | cmyk(12%, 6%, 0%, 2%) |
| LAB | lab(92.6 -2.6 -8.6) |
| LCH | lch(92.6 8.9 253.3) |
| OKLCH | oklch(0.935 0.025 244.4) |
Copy-ready code
/* CSS */
color: #dcecfa;
background-color: #dcecfa;
/* Tailwind (arbitrary) */
class="text-[#dcecfa] bg-[#dcecfa]"
/* SCSS */
$brand: #dcecfa;
/* SwiftUI */
Color(red: 0.863, green: 0.925, blue: 0.980)
/* Android */
Color.parseColor("#dcecfa")Accessibility — WCAG contrast
Aa
#dcecfa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcecfa on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.5%
Blue98.0%
CMYK percentages
Cyan12.0%
Magenta5.6%
Yellow0.0%
Key (black)2.0%
Color previews
#dcecfa text on a black background
contrast 17.42:1
Card sample
#dcecfa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcecfa;
Background color
Panel with #dcecfa background
background-color: #dcecfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcecfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 236, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 236, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcecfa; background: linear-gradient(135deg, #dcecfa, #E0DCFA);