#d5ecfd
a pale, electric blue · cool · closest name: lavender
RGB
213, 236, 253
HSL
206°, 91%, 91%
CMYK
16, 7, 0, 1
Luminance
0.8123
Every format
| HEX | #d5ecfd |
| RGB | rgb(213, 236, 253) |
| HSL | hsl(206, 91%, 91%) |
| CMYK | cmyk(16%, 7%, 0%, 1%) |
| LAB | lab(92.2 -4.2 -10.8) |
| LCH | lch(92.2 11.5 248.9) |
| OKLCH | oklch(0.931 0.034 239.8) |
Copy-ready code
/* CSS */
color: #d5ecfd;
background-color: #d5ecfd;
/* Tailwind (arbitrary) */
class="text-[#d5ecfd] bg-[#d5ecfd]"
/* SCSS */
$brand: #d5ecfd;
/* SwiftUI */
Color(red: 0.835, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#d5ecfd")Accessibility — WCAG contrast
Aa
#d5ecfd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5ecfd on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green92.5%
Blue99.2%
CMYK percentages
Cyan15.8%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d5ecfd text on a black background
contrast 17.25:1
Card sample
#d5ecfd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5ecfd;
Background color
Panel with #d5ecfd background
background-color: #d5ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5ecfd; background: linear-gradient(135deg, #d5ecfd, #D9D5FD);