#d2dfe7
a pale, soft blue · cool · closest name: lavender
RGB
210, 223, 231
HSL
203°, 30%, 87%
CMYK
9, 4, 0, 9
Luminance
0.7225
Every format
| HEX | #d2dfe7 |
| RGB | rgb(210, 223, 231) |
| HSL | hsl(203, 30%, 87%) |
| CMYK | cmyk(9%, 4%, 0%, 9%) |
| LAB | lab(88.1 -2.8 -5.4) |
| LCH | lch(88.1 6.1 242.5) |
| OKLCH | oklch(0.896 0.018 234.5) |
Copy-ready code
/* CSS */
color: #d2dfe7;
background-color: #d2dfe7;
/* Tailwind (arbitrary) */
class="text-[#d2dfe7] bg-[#d2dfe7]"
/* SCSS */
$brand: #d2dfe7;
/* SwiftUI */
Color(red: 0.824, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#d2dfe7")Accessibility — WCAG contrast
Aa
#d2dfe7 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2dfe7 on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green87.5%
Blue90.6%
CMYK percentages
Cyan9.1%
Magenta3.5%
Yellow0.0%
Key (black)9.4%
Color previews
#d2dfe7 text on a black background
contrast 15.45:1
Card sample
#d2dfe7 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2dfe7;
Background color
Panel with #d2dfe7 background
background-color: #d2dfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2dfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2dfe7; background: linear-gradient(135deg, #d2dfe7, #D3D2E7);