#d6eaf8
a pale, vivid blue · cool · closest name: lavender
RGB
214, 234, 248
HSL
205°, 71%, 91%
CMYK
14, 6, 0, 3
Luminance
0.7992
Every format
| HEX | #d6eaf8 |
| RGB | rgb(214, 234, 248) |
| HSL | hsl(205, 71%, 91%) |
| CMYK | cmyk(14%, 6%, 0%, 3%) |
| LAB | lab(91.7 -3.8 -9.0) |
| LCH | lch(91.7 9.8 247.0) |
| OKLCH | oklch(0.926 0.029 238.2) |
Copy-ready code
/* CSS */
color: #d6eaf8;
background-color: #d6eaf8;
/* Tailwind (arbitrary) */
class="text-[#d6eaf8] bg-[#d6eaf8]"
/* SCSS */
$brand: #d6eaf8;
/* SwiftUI */
Color(red: 0.839, green: 0.918, blue: 0.973)
/* Android */
Color.parseColor("#d6eaf8")Accessibility — WCAG contrast
Aa
#d6eaf8 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6eaf8 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green91.8%
Blue97.3%
CMYK percentages
Cyan13.7%
Magenta5.6%
Yellow0.0%
Key (black)2.7%
Color previews
#d6eaf8 text on a black background
contrast 16.98:1
Card sample
#d6eaf8 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6eaf8;
Background color
Panel with #d6eaf8 background
background-color: #d6eaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6eaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 234, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 234, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6eaf8; background: linear-gradient(135deg, #d6eaf8, #D9D6F8);