#d1fdfc
a pale, electric cyan · cool · closest name: white
RGB
209, 253, 252
HSL
179°, 92%, 91%
CMYK
17, 0, 0, 1
Luminance
0.9083
Every format
| HEX | #d1fdfc |
| RGB | rgb(209, 253, 252) |
| HSL | hsl(179, 92%, 91%) |
| CMYK | cmyk(17%, 0%, 0%, 1%) |
| LAB | lab(96.3 -14.2 -4.2) |
| LCH | lch(96.3 14.8 196.5) |
| OKLCH | oklch(0.963 0.045 194.7) |
Copy-ready code
/* CSS */
color: #d1fdfc;
background-color: #d1fdfc;
/* Tailwind (arbitrary) */
class="text-[#d1fdfc] bg-[#d1fdfc]"
/* SCSS */
$brand: #d1fdfc;
/* SwiftUI */
Color(red: 0.820, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#d1fdfc")Accessibility — WCAG contrast
Aa
#d1fdfc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1fdfc on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green99.2%
Blue98.8%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#d1fdfc text on a black background
contrast 19.17:1
Card sample
#d1fdfc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1fdfc;
Background color
Panel with #d1fdfc background
background-color: #d1fdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1fdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1fdfc; background: linear-gradient(135deg, #d1fdfc, #D1E1FD);