#d7e2df
a pale, soft cyan · cool · closest name: white
RGB
215, 226, 223
HSL
164°, 16%, 87%
CMYK
5, 0, 1, 11
Luminance
0.7417
Every format
| HEX | #d7e2df |
| RGB | rgb(215, 226, 223) |
| HSL | hsl(164, 16%, 87%) |
| CMYK | cmyk(5%, 0%, 1%, 11%) |
| LAB | lab(89.0 -4.2 0.2) |
| LCH | lch(89.0 4.2 177.4) |
| OKLCH | oklch(0.904 0.013 178.0) |
Copy-ready code
/* CSS */
color: #d7e2df;
background-color: #d7e2df;
/* Tailwind (arbitrary) */
class="text-[#d7e2df] bg-[#d7e2df]"
/* SCSS */
$brand: #d7e2df;
/* SwiftUI */
Color(red: 0.843, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#d7e2df")Accessibility — WCAG contrast
Aa
#d7e2df on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7e2df on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green88.6%
Blue87.5%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#d7e2df text on a black background
contrast 15.83:1
Card sample
#d7e2df text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7e2df;
Background color
Panel with #d7e2df background
background-color: #d7e2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7e2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7e2df; background: linear-gradient(135deg, #d7e2df, #D7DEE2);