#d3e2fd
a pale, electric blue · cool · closest name: lavender
RGB
211, 226, 253
HSL
219°, 91%, 91%
CMYK
17, 11, 0, 1
Luminance
0.7533
Every format
| HEX | #d3e2fd |
| RGB | rgb(211, 226, 253) |
| HSL | hsl(219, 91%, 91%) |
| CMYK | cmyk(17%, 11%, 0%, 1%) |
| LAB | lab(89.5 0.4 -14.8) |
| LCH | lch(89.5 14.8 271.5) |
| OKLCH | oklch(0.910 0.040 262.3) |
Copy-ready code
/* CSS */
color: #d3e2fd;
background-color: #d3e2fd;
/* Tailwind (arbitrary) */
class="text-[#d3e2fd] bg-[#d3e2fd]"
/* SCSS */
$brand: #d3e2fd;
/* SwiftUI */
Color(red: 0.827, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#d3e2fd")Accessibility — WCAG contrast
Aa
#d3e2fd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3e2fd on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green88.6%
Blue99.2%
CMYK percentages
Cyan16.6%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d3e2fd text on a black background
contrast 16.07:1
Card sample
#d3e2fd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3e2fd;
Background color
Panel with #d3e2fd background
background-color: #d3e2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3e2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3e2fd; background: linear-gradient(135deg, #d3e2fd, #E0D3FD);