#d2dfee
a pale, vivid blue · cool · closest name: lavender
RGB
210, 223, 238
HSL
212°, 45%, 88%
CMYK
12, 6, 0, 7
Luminance
0.7265
Every format
| HEX | #d2dfee |
| RGB | rgb(210, 223, 238) |
| HSL | hsl(212, 45%, 88%) |
| CMYK | cmyk(12%, 6%, 0%, 7%) |
| LAB | lab(88.3 -1.4 -8.8) |
| LCH | lch(88.3 8.9 260.8) |
| OKLCH | oklch(0.898 0.025 251.9) |
Copy-ready code
/* CSS */
color: #d2dfee;
background-color: #d2dfee;
/* Tailwind (arbitrary) */
class="text-[#d2dfee] bg-[#d2dfee]"
/* SCSS */
$brand: #d2dfee;
/* SwiftUI */
Color(red: 0.824, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#d2dfee")Accessibility — WCAG contrast
Aa
#d2dfee on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2dfee on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green87.5%
Blue93.3%
CMYK percentages
Cyan11.8%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#d2dfee text on a black background
contrast 15.53:1
Card sample
#d2dfee text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2dfee;
Background color
Panel with #d2dfee background
background-color: #d2dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2dfee; background: linear-gradient(135deg, #d2dfee, #D7D2EE);