#d7eefd
a pale, electric blue · cool · closest name: lavender
RGB
215, 238, 253
HSL
204°, 91%, 92%
CMYK
15, 6, 0, 1
Luminance
0.8269
Every format
| HEX | #d7eefd |
| RGB | rgb(215, 238, 253) |
| HSL | hsl(204, 91%, 92%) |
| CMYK | cmyk(15%, 6%, 0%, 1%) |
| LAB | lab(92.9 -4.6 -9.8) |
| LCH | lch(92.9 10.8 245.0) |
| OKLCH | oklch(0.937 0.032 236.3) |
Copy-ready code
/* CSS */
color: #d7eefd;
background-color: #d7eefd;
/* Tailwind (arbitrary) */
class="text-[#d7eefd] bg-[#d7eefd]"
/* SCSS */
$brand: #d7eefd;
/* SwiftUI */
Color(red: 0.843, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#d7eefd")Accessibility — WCAG contrast
Aa
#d7eefd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7eefd on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green93.3%
Blue99.2%
CMYK percentages
Cyan15.0%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#d7eefd text on a black background
contrast 17.54:1
Card sample
#d7eefd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7eefd;
Background color
Panel with #d7eefd background
background-color: #d7eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7eefd; background: linear-gradient(135deg, #d7eefd, #DAD7FD);