#d4e2f3
a pale, vivid blue · cool · closest name: lavender
RGB
212, 226, 243
HSL
213°, 56%, 89%
CMYK
13, 7, 0, 5
Luminance
0.7486
Every format
| HEX | #d4e2f3 |
| RGB | rgb(212, 226, 243) |
| HSL | hsl(213, 56%, 89%) |
| CMYK | cmyk(13%, 7%, 0%, 5%) |
| LAB | lab(89.3 -1.3 -9.8) |
| LCH | lch(89.3 9.9 262.3) |
| OKLCH | oklch(0.907 0.028 253.2) |
Copy-ready code
/* CSS */
color: #d4e2f3;
background-color: #d4e2f3;
/* Tailwind (arbitrary) */
class="text-[#d4e2f3] bg-[#d4e2f3]"
/* SCSS */
$brand: #d4e2f3;
/* SwiftUI */
Color(red: 0.831, green: 0.886, blue: 0.953)
/* Android */
Color.parseColor("#d4e2f3")Accessibility — WCAG contrast
Aa
#d4e2f3 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4e2f3 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green88.6%
Blue95.3%
CMYK percentages
Cyan12.8%
Magenta7.0%
Yellow0.0%
Key (black)4.7%
Color previews
#d4e2f3 text on a black background
contrast 15.97:1
Card sample
#d4e2f3 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4e2f3;
Background color
Panel with #d4e2f3 background
background-color: #d4e2f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4e2f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 226, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 226, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4e2f3; background: linear-gradient(135deg, #d4e2f3, #DBD4F3);