#d6e7fc
a pale, electric blue · cool · closest name: lavender
RGB
214, 231, 252
HSL
213°, 86%, 91%
CMYK
15, 8, 0, 1
Luminance
0.7848
Every format
| HEX | #d6e7fc |
| RGB | rgb(214, 231, 252) |
| HSL | hsl(213, 86%, 91%) |
| CMYK | cmyk(15%, 8%, 0%, 1%) |
| LAB | lab(91.0 -1.5 -12.1) |
| LCH | lch(91.0 12.2 263.0) |
| OKLCH | oklch(0.922 0.034 253.7) |
Copy-ready code
/* CSS */
color: #d6e7fc;
background-color: #d6e7fc;
/* Tailwind (arbitrary) */
class="text-[#d6e7fc] bg-[#d6e7fc]"
/* SCSS */
$brand: #d6e7fc;
/* SwiftUI */
Color(red: 0.839, green: 0.906, blue: 0.988)
/* Android */
Color.parseColor("#d6e7fc")Accessibility — WCAG contrast
Aa
#d6e7fc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6e7fc on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green90.6%
Blue98.8%
CMYK percentages
Cyan15.1%
Magenta8.3%
Yellow0.0%
Key (black)1.2%
Color previews
#d6e7fc text on a black background
contrast 16.70:1
Card sample
#d6e7fc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6e7fc;
Background color
Panel with #d6e7fc background
background-color: #d6e7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6e7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 231, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 231, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6e7fc; background: linear-gradient(135deg, #d6e7fc, #DED6FC);