#d3e0fc
a pale, electric blue · cool · closest name: lavender
RGB
211, 224, 252
HSL
221°, 87%, 91%
CMYK
16, 11, 0, 1
Luminance
0.7419
Every format
| HEX | #d3e0fc |
| RGB | rgb(211, 224, 252) |
| HSL | hsl(221, 87%, 91%) |
| CMYK | cmyk(16%, 11%, 0%, 1%) |
| LAB | lab(89.0 1.2 -15.1) |
| LCH | lch(89.0 15.1 274.6) |
| OKLCH | oklch(0.906 0.041 265.7) |
Copy-ready code
/* CSS */
color: #d3e0fc;
background-color: #d3e0fc;
/* Tailwind (arbitrary) */
class="text-[#d3e0fc] bg-[#d3e0fc]"
/* SCSS */
$brand: #d3e0fc;
/* SwiftUI */
Color(red: 0.827, green: 0.878, blue: 0.988)
/* Android */
Color.parseColor("#d3e0fc")Accessibility — WCAG contrast
Aa
#d3e0fc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3e0fc on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green87.8%
Blue98.8%
CMYK percentages
Cyan16.3%
Magenta11.1%
Yellow0.0%
Key (black)1.2%
Color previews
#d3e0fc text on a black background
contrast 15.84:1
Card sample
#d3e0fc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3e0fc;
Background color
Panel with #d3e0fc background
background-color: #d3e0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3e0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 224, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 224, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3e0fc; background: linear-gradient(135deg, #d3e0fc, #E1D3FC);