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