#d0ecfd
a pale, electric blue · cool · closest name: lavender
RGB
208, 236, 253
HSL
203°, 92%, 90%
CMYK
18, 7, 0, 1
Luminance
0.8049
Every format
| HEX | #d0ecfd |
| RGB | rgb(208, 236, 253) |
| HSL | hsl(203, 92%, 90%) |
| CMYK | cmyk(18%, 7%, 0%, 1%) |
| LAB | lab(91.9 -5.7 -11.3) |
| LCH | lch(91.9 12.6 243.3) |
| OKLCH | oklch(0.928 0.037 234.5) |
Copy-ready code
/* CSS */
color: #d0ecfd;
background-color: #d0ecfd;
/* Tailwind (arbitrary) */
class="text-[#d0ecfd] bg-[#d0ecfd]"
/* SCSS */
$brand: #d0ecfd;
/* SwiftUI */
Color(red: 0.816, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#d0ecfd")Accessibility — WCAG contrast
Aa
#d0ecfd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ecfd on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green92.5%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d0ecfd text on a black background
contrast 17.10:1
Card sample
#d0ecfd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ecfd;
Background color
Panel with #d0ecfd background
background-color: #d0ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ecfd; background: linear-gradient(135deg, #d0ecfd, #D2D0FD);