#d6eef8
a pale, vivid cyan · cool · closest name: lavender
RGB
214, 238, 248
HSL
198°, 71%, 91%
CMYK
14, 4, 0, 3
Luminance
0.8222
Every format
| HEX | #d6eef8 |
| RGB | rgb(214, 238, 248) |
| HSL | hsl(198, 71%, 91%) |
| CMYK | cmyk(14%, 4%, 0%, 3%) |
| LAB | lab(92.7 -5.9 -7.5) |
| LCH | lch(92.7 9.5 231.9) |
| OKLCH | oklch(0.935 0.029 224.7) |
Copy-ready code
/* CSS */
color: #d6eef8;
background-color: #d6eef8;
/* Tailwind (arbitrary) */
class="text-[#d6eef8] bg-[#d6eef8]"
/* SCSS */
$brand: #d6eef8;
/* SwiftUI */
Color(red: 0.839, green: 0.933, blue: 0.973)
/* Android */
Color.parseColor("#d6eef8")Accessibility — WCAG contrast
Aa
#d6eef8 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6eef8 on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green93.3%
Blue97.3%
CMYK percentages
Cyan13.7%
Magenta4.0%
Yellow0.0%
Key (black)2.7%
Color previews
#d6eef8 text on a black background
contrast 17.44:1
Card sample
#d6eef8 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6eef8;
Background color
Panel with #d6eef8 background
background-color: #d6eef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6eef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 238, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 238, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6eef8; background: linear-gradient(135deg, #d6eef8, #D6D7F8);