#d9fdfb
a pale, electric cyan · cool · closest name: white
RGB
217, 253, 251
HSL
177°, 90%, 92%
CMYK
14, 0, 1, 1
Luminance
0.9197
Every format
| HEX | #d9fdfb |
| RGB | rgb(217, 253, 251) |
| HSL | hsl(177, 90%, 92%) |
| CMYK | cmyk(14%, 0%, 1%, 1%) |
| LAB | lab(96.8 -11.9 -2.9) |
| LCH | lch(96.8 12.3 193.8) |
| OKLCH | oklch(0.968 0.037 192.4) |
Copy-ready code
/* CSS */
color: #d9fdfb;
background-color: #d9fdfb;
/* Tailwind (arbitrary) */
class="text-[#d9fdfb] bg-[#d9fdfb]"
/* SCSS */
$brand: #d9fdfb;
/* SwiftUI */
Color(red: 0.851, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#d9fdfb")Accessibility — WCAG contrast
Aa
#d9fdfb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9fdfb on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green99.2%
Blue98.4%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#d9fdfb text on a black background
contrast 19.39:1
Card sample
#d9fdfb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9fdfb;
Background color
Panel with #d9fdfb background
background-color: #d9fdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9fdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9fdfb; background: linear-gradient(135deg, #d9fdfb, #D9E7FD);