#d1e2df
a pale, soft cyan · cool · closest name: silver
RGB
209, 226, 223
HSL
169°, 23%, 85%
CMYK
8, 0, 1, 11
Luminance
0.7328
Every format
| HEX | #d1e2df |
| RGB | rgb(209, 226, 223) |
| HSL | hsl(169, 23%, 85%) |
| CMYK | cmyk(8%, 0%, 1%, 11%) |
| LAB | lab(88.6 -6.2 -0.5) |
| LCH | lch(88.6 6.2 184.4) |
| OKLCH | oklch(0.899 0.019 184.2) |
Copy-ready code
/* CSS */
color: #d1e2df;
background-color: #d1e2df;
/* Tailwind (arbitrary) */
class="text-[#d1e2df] bg-[#d1e2df]"
/* SCSS */
$brand: #d1e2df;
/* SwiftUI */
Color(red: 0.820, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#d1e2df")Accessibility — WCAG contrast
Aa
#d1e2df on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1e2df on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green88.6%
Blue87.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#d1e2df text on a black background
contrast 15.66:1
Card sample
#d1e2df text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1e2df;
Background color
Panel with #d1e2df background
background-color: #d1e2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1e2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1e2df; background: linear-gradient(135deg, #d1e2df, #D1DAE2);