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