#d6e0f0
a pale, vivid blue · cool · closest name: lavender
RGB
214, 224, 240
HSL
217°, 46%, 89%
CMYK
11, 7, 0, 6
Luminance
0.7390
Every format
| HEX | #d6e0f0 |
| RGB | rgb(214, 224, 240) |
| HSL | hsl(217, 46%, 89%) |
| CMYK | cmyk(11%, 7%, 0%, 6%) |
| LAB | lab(88.9 -0.3 -8.9) |
| LCH | lch(88.9 8.9 268.3) |
| OKLCH | oklch(0.904 0.024 259.8) |
Copy-ready code
/* CSS */
color: #d6e0f0;
background-color: #d6e0f0;
/* Tailwind (arbitrary) */
class="text-[#d6e0f0] bg-[#d6e0f0]"
/* SCSS */
$brand: #d6e0f0;
/* SwiftUI */
Color(red: 0.839, green: 0.878, blue: 0.941)
/* Android */
Color.parseColor("#d6e0f0")Accessibility — WCAG contrast
Aa
#d6e0f0 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6e0f0 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green87.8%
Blue94.1%
CMYK percentages
Cyan10.8%
Magenta6.7%
Yellow0.0%
Key (black)5.9%
Color previews
#d6e0f0 text on a black background
contrast 15.78:1
Card sample
#d6e0f0 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6e0f0;
Background color
Panel with #d6e0f0 background
background-color: #d6e0f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6e0f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 224, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 224, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6e0f0; background: linear-gradient(135deg, #d6e0f0, #DDD6F0);