#d6e2fd
a pale, electric blue · cool · closest name: lavender
RGB
214, 226, 253
HSL
222°, 91%, 92%
CMYK
15, 11, 0, 1
Luminance
0.7578
Every format
| HEX | #d6e2fd |
| RGB | rgb(214, 226, 253) |
| HSL | hsl(222, 91%, 92%) |
| CMYK | cmyk(15%, 11%, 0%, 1%) |
| LAB | lab(89.8 1.3 -14.4) |
| LCH | lch(89.8 14.5 275.2) |
| OKLCH | oklch(0.912 0.039 266.5) |
Copy-ready code
/* CSS */
color: #d6e2fd;
background-color: #d6e2fd;
/* Tailwind (arbitrary) */
class="text-[#d6e2fd] bg-[#d6e2fd]"
/* SCSS */
$brand: #d6e2fd;
/* SwiftUI */
Color(red: 0.839, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#d6e2fd")Accessibility — WCAG contrast
Aa
#d6e2fd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6e2fd on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green88.6%
Blue99.2%
CMYK percentages
Cyan15.4%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d6e2fd text on a black background
contrast 16.16:1
Card sample
#d6e2fd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6e2fd;
Background color
Panel with #d6e2fd background
background-color: #d6e2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6e2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6e2fd; background: linear-gradient(135deg, #d6e2fd, #E4D6FD);