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