#d3e5df
a pale, soft cyan · cool · closest name: white
RGB
211, 229, 223
HSL
160°, 26%, 86%
CMYK
8, 0, 3, 10
Luminance
0.7522
Every format
| HEX | #d3e5df |
| RGB | rgb(211, 229, 223) |
| HSL | hsl(160, 26%, 86%) |
| CMYK | cmyk(8%, 0%, 3%, 10%) |
| LAB | lab(89.5 -7.1 0.9) |
| LCH | lch(89.5 7.1 173.0) |
| OKLCH | oklch(0.907 0.021 173.9) |
Copy-ready code
/* CSS */
color: #d3e5df;
background-color: #d3e5df;
/* Tailwind (arbitrary) */
class="text-[#d3e5df] bg-[#d3e5df]"
/* SCSS */
$brand: #d3e5df;
/* SwiftUI */
Color(red: 0.827, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#d3e5df")Accessibility — WCAG contrast
Aa
#d3e5df on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3e5df on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green89.8%
Blue87.5%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#d3e5df text on a black background
contrast 16.04:1
Card sample
#d3e5df text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3e5df;
Background color
Panel with #d3e5df background
background-color: #d3e5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3e5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3e5df; background: linear-gradient(135deg, #d3e5df, #D3DFE5);