#d9fcf6
a pale, electric cyan · cool · closest name: white
RGB
217, 252, 246
HSL
170°, 85%, 92%
CMYK
14, 0, 2, 1
Luminance
0.9103
Every format
| HEX | #d9fcf6 |
| RGB | rgb(217, 252, 246) |
| HSL | hsl(170, 85%, 92%) |
| CMYK | cmyk(14%, 0%, 2%, 1%) |
| LAB | lab(96.4 -12.4 -0.9) |
| LCH | lch(96.4 12.4 184.3) |
| OKLCH | oklch(0.965 0.037 184.1) |
Copy-ready code
/* CSS */
color: #d9fcf6;
background-color: #d9fcf6;
/* Tailwind (arbitrary) */
class="text-[#d9fcf6] bg-[#d9fcf6]"
/* SCSS */
$brand: #d9fcf6;
/* SwiftUI */
Color(red: 0.851, green: 0.988, blue: 0.965)
/* Android */
Color.parseColor("#d9fcf6")Accessibility — WCAG contrast
Aa
#d9fcf6 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9fcf6 on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green98.8%
Blue96.5%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow2.4%
Key (black)1.2%
Color previews
#d9fcf6 text on a black background
contrast 19.21:1
Card sample
#d9fcf6 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9fcf6;
Background color
Panel with #d9fcf6 background
background-color: #d9fcf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9fcf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 252, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 252, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9fcf6; background: linear-gradient(135deg, #d9fcf6, #D9EBFC);