#d4ecfe
a pale, electric blue · cool · closest name: lavender
RGB
212, 236, 254
HSL
206°, 96%, 91%
CMYK
17, 7, 0, 0
Luminance
0.8114
Every format
| HEX | #d4ecfe |
| RGB | rgb(212, 236, 254) |
| HSL | hsl(206, 96%, 91%) |
| CMYK | cmyk(17%, 7%, 0%, 0%) |
| LAB | lab(92.2 -4.3 -11.3) |
| LCH | lch(92.2 12.1 249.5) |
| OKLCH | oklch(0.931 0.035 240.3) |
Copy-ready code
/* CSS */
color: #d4ecfe;
background-color: #d4ecfe;
/* Tailwind (arbitrary) */
class="text-[#d4ecfe] bg-[#d4ecfe]"
/* SCSS */
$brand: #d4ecfe;
/* SwiftUI */
Color(red: 0.831, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#d4ecfe")Accessibility — WCAG contrast
Aa
#d4ecfe on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4ecfe on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green92.5%
Blue99.6%
CMYK percentages
Cyan16.5%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#d4ecfe text on a black background
contrast 17.23:1
Card sample
#d4ecfe text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4ecfe;
Background color
Panel with #d4ecfe background
background-color: #d4ecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4ecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4ecfe; background: linear-gradient(135deg, #d4ecfe, #D8D4FE);