#d4ebfc
a pale, electric blue · cool · closest name: lavender
RGB
212, 235, 252
HSL
206°, 87%, 91%
CMYK
16, 7, 0, 1
Luminance
0.8044
Every format
| HEX | #d4ebfc |
| RGB | rgb(212, 235, 252) |
| HSL | hsl(206, 87%, 91%) |
| CMYK | cmyk(16%, 7%, 0%, 1%) |
| LAB | lab(91.9 -4.2 -10.8) |
| LCH | lch(91.9 11.5 248.9) |
| OKLCH | oklch(0.928 0.034 239.8) |
Copy-ready code
/* CSS */
color: #d4ebfc;
background-color: #d4ebfc;
/* Tailwind (arbitrary) */
class="text-[#d4ebfc] bg-[#d4ebfc]"
/* SCSS */
$brand: #d4ebfc;
/* SwiftUI */
Color(red: 0.831, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#d4ebfc")Accessibility — WCAG contrast
Aa
#d4ebfc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4ebfc on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green92.2%
Blue98.8%
CMYK percentages
Cyan15.9%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#d4ebfc text on a black background
contrast 17.09:1
Card sample
#d4ebfc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4ebfc;
Background color
Panel with #d4ebfc background
background-color: #d4ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4ebfc; background: linear-gradient(135deg, #d4ebfc, #D8D4FC);