#d0dfee
a pale, vivid blue · cool · closest name: lavender
RGB
208, 223, 238
HSL
210°, 47%, 88%
CMYK
13, 6, 0, 7
Luminance
0.7236
Every format
| HEX | #d0dfee |
| RGB | rgb(208, 223, 238) |
| HSL | hsl(210, 47%, 88%) |
| CMYK | cmyk(13%, 6%, 0%, 7%) |
| LAB | lab(88.1 -2.1 -9.0) |
| LCH | lch(88.1 9.3 257.1) |
| OKLCH | oklch(0.897 0.026 248.1) |
Copy-ready code
/* CSS */
color: #d0dfee;
background-color: #d0dfee;
/* Tailwind (arbitrary) */
class="text-[#d0dfee] bg-[#d0dfee]"
/* SCSS */
$brand: #d0dfee;
/* SwiftUI */
Color(red: 0.816, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#d0dfee")Accessibility — WCAG contrast
Aa
#d0dfee on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0dfee on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green87.5%
Blue93.3%
CMYK percentages
Cyan12.6%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#d0dfee text on a black background
contrast 15.47:1
Card sample
#d0dfee text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0dfee;
Background color
Panel with #d0dfee background
background-color: #d0dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0dfee; background: linear-gradient(135deg, #d0dfee, #D5D0EE);