#d4e2f4
a pale, vivid blue · cool · closest name: lavender
RGB
212, 226, 244
HSL
214°, 59%, 89%
CMYK
13, 7, 0, 4
Luminance
0.7492
Every format
| HEX | #d4e2f4 |
| RGB | rgb(212, 226, 244) |
| HSL | hsl(214, 59%, 89%) |
| CMYK | cmyk(13%, 7%, 0%, 4%) |
| LAB | lab(89.4 -1.1 -10.3) |
| LCH | lch(89.4 10.4 263.7) |
| OKLCH | oklch(0.908 0.029 254.7) |
Copy-ready code
/* CSS */
color: #d4e2f4;
background-color: #d4e2f4;
/* Tailwind (arbitrary) */
class="text-[#d4e2f4] bg-[#d4e2f4]"
/* SCSS */
$brand: #d4e2f4;
/* SwiftUI */
Color(red: 0.831, green: 0.886, blue: 0.957)
/* Android */
Color.parseColor("#d4e2f4")Accessibility — WCAG contrast
Aa
#d4e2f4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4e2f4 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green88.6%
Blue95.7%
CMYK percentages
Cyan13.1%
Magenta7.4%
Yellow0.0%
Key (black)4.3%
Color previews
#d4e2f4 text on a black background
contrast 15.98:1
Card sample
#d4e2f4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4e2f4;
Background color
Panel with #d4e2f4 background
background-color: #d4e2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4e2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 226, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 226, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4e2f4; background: linear-gradient(135deg, #d4e2f4, #DBD4F4);