#d4dfe7
a pale, soft blue · cool · closest name: lavender
RGB
212, 223, 231
HSL
205°, 28%, 87%
CMYK
8, 4, 0, 9
Luminance
0.7254
Every format
| HEX | #d4dfe7 |
| RGB | rgb(212, 223, 231) |
| HSL | hsl(205, 28%, 87%) |
| CMYK | cmyk(8%, 4%, 0%, 9%) |
| LAB | lab(88.2 -2.2 -5.2) |
| LCH | lch(88.2 5.6 247.4) |
| OKLCH | oklch(0.898 0.016 239.1) |
Copy-ready code
/* CSS */
color: #d4dfe7;
background-color: #d4dfe7;
/* Tailwind (arbitrary) */
class="text-[#d4dfe7] bg-[#d4dfe7]"
/* SCSS */
$brand: #d4dfe7;
/* SwiftUI */
Color(red: 0.831, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#d4dfe7")Accessibility — WCAG contrast
Aa
#d4dfe7 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4dfe7 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green87.5%
Blue90.6%
CMYK percentages
Cyan8.2%
Magenta3.5%
Yellow0.0%
Key (black)9.4%
Color previews
#d4dfe7 text on a black background
contrast 15.51:1
Card sample
#d4dfe7 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4dfe7;
Background color
Panel with #d4dfe7 background
background-color: #d4dfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4dfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4dfe7; background: linear-gradient(135deg, #d4dfe7, #D6D4E7);