#d6e3df
a pale, soft cyan · cool · closest name: white
RGB
214, 227, 223
HSL
162°, 19%, 87%
CMYK
6, 0, 2, 11
Luminance
0.7456
Every format
| HEX | #d6e3df |
| RGB | rgb(214, 227, 223) |
| HSL | hsl(162, 19%, 87%) |
| CMYK | cmyk(6%, 0%, 2%, 11%) |
| LAB | lab(89.2 -5.1 0.5) |
| LCH | lch(89.2 5.1 174.9) |
| OKLCH | oklch(0.905 0.015 175.7) |
Copy-ready code
/* CSS */
color: #d6e3df;
background-color: #d6e3df;
/* Tailwind (arbitrary) */
class="text-[#d6e3df] bg-[#d6e3df]"
/* SCSS */
$brand: #d6e3df;
/* SwiftUI */
Color(red: 0.839, green: 0.890, blue: 0.875)
/* Android */
Color.parseColor("#d6e3df")Accessibility — WCAG contrast
Aa
#d6e3df on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6e3df on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green89.0%
Blue87.5%
CMYK percentages
Cyan5.7%
Magenta0.0%
Yellow1.8%
Key (black)11.0%
Color previews
#d6e3df text on a black background
contrast 15.91:1
Card sample
#d6e3df text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6e3df;
Background color
Panel with #d6e3df background
background-color: #d6e3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6e3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 227, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 227, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6e3df; background: linear-gradient(135deg, #d6e3df, #D6DEE3);