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