#d3dfe6
a pale, soft blue · cool · closest name: lavender
RGB
211, 223, 230
HSL
202°, 28%, 87%
CMYK
8, 3, 0, 10
Luminance
0.7234
Every format
| HEX | #d3dfe6 |
| RGB | rgb(211, 223, 230) |
| HSL | hsl(202, 28%, 87%) |
| CMYK | cmyk(8%, 3%, 0%, 10%) |
| LAB | lab(88.1 -2.7 -4.8) |
| LCH | lch(88.1 5.5 240.8) |
| OKLCH | oklch(0.897 0.016 233.0) |
Copy-ready code
/* CSS */
color: #d3dfe6;
background-color: #d3dfe6;
/* Tailwind (arbitrary) */
class="text-[#d3dfe6] bg-[#d3dfe6]"
/* SCSS */
$brand: #d3dfe6;
/* SwiftUI */
Color(red: 0.827, green: 0.875, blue: 0.902)
/* Android */
Color.parseColor("#d3dfe6")Accessibility — WCAG contrast
Aa
#d3dfe6 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3dfe6 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green87.5%
Blue90.2%
CMYK percentages
Cyan8.3%
Magenta3.0%
Yellow0.0%
Key (black)9.8%
Color previews
#d3dfe6 text on a black background
contrast 15.47:1
Card sample
#d3dfe6 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3dfe6;
Background color
Panel with #d3dfe6 background
background-color: #d3dfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3dfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 223, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 223, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3dfe6; background: linear-gradient(135deg, #d3dfe6, #D4D3E6);