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