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