#d2dfe1
a pale, soft cyan · cool · closest name: lavender
RGB
210, 223, 225
HSL
188°, 20%, 85%
CMYK
7, 1, 0, 12
Luminance
0.7191
Every format
| HEX | #d2dfe1 |
| RGB | rgb(210, 223, 225) |
| HSL | hsl(188, 20%, 85%) |
| CMYK | cmyk(7%, 1%, 0%, 12%) |
| LAB | lab(87.9 -4.0 -2.5) |
| LCH | lch(87.9 4.7 212.1) |
| OKLCH | oklch(0.894 0.014 207.9) |
Copy-ready code
/* CSS */
color: #d2dfe1;
background-color: #d2dfe1;
/* Tailwind (arbitrary) */
class="text-[#d2dfe1] bg-[#d2dfe1]"
/* SCSS */
$brand: #d2dfe1;
/* SwiftUI */
Color(red: 0.824, green: 0.875, blue: 0.882)
/* Android */
Color.parseColor("#d2dfe1")Accessibility — WCAG contrast
Aa
#d2dfe1 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2dfe1 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green87.5%
Blue88.2%
CMYK percentages
Cyan6.7%
Magenta0.9%
Yellow0.0%
Key (black)11.8%
Color previews
#d2dfe1 text on a black background
contrast 15.38:1
Card sample
#d2dfe1 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2dfe1;
Background color
Panel with #d2dfe1 background
background-color: #d2dfe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2dfe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 223, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 223, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2dfe1; background: linear-gradient(135deg, #d2dfe1, #D2D5E1);