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