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