#d3ecfd
a pale, electric blue · cool · closest name: lavender
RGB
211, 236, 253
HSL
204°, 91%, 91%
CMYK
17, 7, 0, 1
Luminance
0.8093
Every format
| HEX | #d3ecfd |
| RGB | rgb(211, 236, 253) |
| HSL | hsl(204, 91%, 91%) |
| CMYK | cmyk(17%, 7%, 0%, 1%) |
| LAB | lab(92.1 -4.8 -11.0) |
| LCH | lch(92.1 11.9 246.5) |
| OKLCH | oklch(0.930 0.035 237.6) |
Copy-ready code
/* CSS */
color: #d3ecfd;
background-color: #d3ecfd;
/* Tailwind (arbitrary) */
class="text-[#d3ecfd] bg-[#d3ecfd]"
/* SCSS */
$brand: #d3ecfd;
/* SwiftUI */
Color(red: 0.827, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#d3ecfd")Accessibility — WCAG contrast
Aa
#d3ecfd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ecfd on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.5%
Blue99.2%
CMYK percentages
Cyan16.6%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d3ecfd text on a black background
contrast 17.19:1
Card sample
#d3ecfd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ecfd;
Background color
Panel with #d3ecfd background
background-color: #d3ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ecfd; background: linear-gradient(135deg, #d3ecfd, #D6D3FD);