#d1e0f0
a pale, vivid blue · cool · closest name: lavender
RGB
209, 224, 240
HSL
211°, 51%, 88%
CMYK
13, 7, 0, 6
Luminance
0.7316
Every format
| HEX | #d1e0f0 |
| RGB | rgb(209, 224, 240) |
| HSL | hsl(211, 51%, 88%) |
| CMYK | cmyk(13%, 7%, 0%, 6%) |
| LAB | lab(88.5 -1.9 -9.5) |
| LCH | lch(88.5 9.7 258.9) |
| OKLCH | oklch(0.900 0.027 249.9) |
Copy-ready code
/* CSS */
color: #d1e0f0;
background-color: #d1e0f0;
/* Tailwind (arbitrary) */
class="text-[#d1e0f0] bg-[#d1e0f0]"
/* SCSS */
$brand: #d1e0f0;
/* SwiftUI */
Color(red: 0.820, green: 0.878, blue: 0.941)
/* Android */
Color.parseColor("#d1e0f0")Accessibility — WCAG contrast
Aa
#d1e0f0 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1e0f0 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green87.8%
Blue94.1%
CMYK percentages
Cyan12.9%
Magenta6.7%
Yellow0.0%
Key (black)5.9%
Color previews
#d1e0f0 text on a black background
contrast 15.63:1
Card sample
#d1e0f0 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1e0f0;
Background color
Panel with #d1e0f0 background
background-color: #d1e0f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1e0f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 224, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 224, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1e0f0; background: linear-gradient(135deg, #d1e0f0, #D7D1F0);