#d8dfe4
a pale, soft blue · cool · closest name: lavender
RGB
216, 223, 228
HSL
205°, 18%, 87%
CMYK
5, 2, 0, 11
Luminance
0.7298
Every format
| HEX | #d8dfe4 |
| RGB | rgb(216, 223, 228) |
| HSL | hsl(205, 18%, 87%) |
| CMYK | cmyk(5%, 2%, 0%, 11%) |
| LAB | lab(88.4 -1.4 -3.3) |
| LCH | lch(88.4 3.6 246.5) |
| OKLCH | oklch(0.900 0.010 238.5) |
Copy-ready code
/* CSS */
color: #d8dfe4;
background-color: #d8dfe4;
/* Tailwind (arbitrary) */
class="text-[#d8dfe4] bg-[#d8dfe4]"
/* SCSS */
$brand: #d8dfe4;
/* SwiftUI */
Color(red: 0.847, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#d8dfe4")Accessibility — WCAG contrast
Aa
#d8dfe4 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8dfe4 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green87.5%
Blue89.4%
CMYK percentages
Cyan5.3%
Magenta2.2%
Yellow0.0%
Key (black)10.6%
Color previews
#d8dfe4 text on a black background
contrast 15.60:1
Card sample
#d8dfe4 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8dfe4;
Background color
Panel with #d8dfe4 background
background-color: #d8dfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8dfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8dfe4; background: linear-gradient(135deg, #d8dfe4, #D9D8E4);