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