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