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