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