#d9e6fc
a pale, electric blue · cool · closest name: lavender
RGB
217, 230, 252
HSL
218°, 85%, 92%
CMYK
14, 9, 0, 1
Luminance
0.7837
Every format
| HEX | #d9e6fc |
| RGB | rgb(217, 230, 252) |
| HSL | hsl(218, 85%, 92%) |
| CMYK | cmyk(14%, 9%, 0%, 1%) |
| LAB | lab(91.0 -0.0 -12.1) |
| LCH | lch(91.0 12.1 269.9) |
| OKLCH | oklch(0.922 0.033 261.0) |
Copy-ready code
/* CSS */
color: #d9e6fc;
background-color: #d9e6fc;
/* Tailwind (arbitrary) */
class="text-[#d9e6fc] bg-[#d9e6fc]"
/* SCSS */
$brand: #d9e6fc;
/* SwiftUI */
Color(red: 0.851, green: 0.902, blue: 0.988)
/* Android */
Color.parseColor("#d9e6fc")Accessibility — WCAG contrast
Aa
#d9e6fc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9e6fc on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green90.2%
Blue98.8%
CMYK percentages
Cyan13.9%
Magenta8.7%
Yellow0.0%
Key (black)1.2%
Color previews
#d9e6fc text on a black background
contrast 16.67:1
Card sample
#d9e6fc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9e6fc;
Background color
Panel with #d9e6fc background
background-color: #d9e6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9e6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 230, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 230, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9e6fc; background: linear-gradient(135deg, #d9e6fc, #E3D9FC);