#d1fdfe
a pale, electric cyan · cool · closest name: white
RGB
209, 253, 254
HSL
181°, 96%, 91%
CMYK
18, 0, 0, 0
Luminance
0.9096
Every format
| HEX | #d1fdfe |
| RGB | rgb(209, 253, 254) |
| HSL | hsl(181, 96%, 91%) |
| CMYK | cmyk(18%, 0%, 0%, 0%) |
| LAB | lab(96.4 -13.7 -5.1) |
| LCH | lch(96.4 14.7 200.5) |
| OKLCH | oklch(0.964 0.045 198.1) |
Copy-ready code
/* CSS */
color: #d1fdfe;
background-color: #d1fdfe;
/* Tailwind (arbitrary) */
class="text-[#d1fdfe] bg-[#d1fdfe]"
/* SCSS */
$brand: #d1fdfe;
/* SwiftUI */
Color(red: 0.820, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#d1fdfe")Accessibility — WCAG contrast
Aa
#d1fdfe on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1fdfe on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green99.2%
Blue99.6%
CMYK percentages
Cyan17.7%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#d1fdfe text on a black background
contrast 19.19:1
Card sample
#d1fdfe text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1fdfe;
Background color
Panel with #d1fdfe background
background-color: #d1fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1fdfe; background: linear-gradient(135deg, #d1fdfe, #D1DFFE);