#d1eefd
a pale, electric blue · cool · closest name: lavender
RGB
209, 238, 253
HSL
201°, 92%, 91%
CMYK
17, 6, 0, 1
Luminance
0.8180
Every format
| HEX | #d1eefd |
| RGB | rgb(209, 238, 253) |
| HSL | hsl(201, 92%, 91%) |
| CMYK | cmyk(17%, 6%, 0%, 1%) |
| LAB | lab(92.5 -6.4 -10.4) |
| LCH | lch(92.5 12.2 238.4) |
| OKLCH | oklch(0.933 0.037 230.2) |
Copy-ready code
/* CSS */
color: #d1eefd;
background-color: #d1eefd;
/* Tailwind (arbitrary) */
class="text-[#d1eefd] bg-[#d1eefd]"
/* SCSS */
$brand: #d1eefd;
/* SwiftUI */
Color(red: 0.820, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#d1eefd")Accessibility — WCAG contrast
Aa
#d1eefd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1eefd on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green93.3%
Blue99.2%
CMYK percentages
Cyan17.4%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#d1eefd text on a black background
contrast 17.36:1
Card sample
#d1eefd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1eefd;
Background color
Panel with #d1eefd background
background-color: #d1eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1eefd; background: linear-gradient(135deg, #d1eefd, #D1D1FD);