#d7fdfc
a pale, electric cyan · cool · closest name: white
RGB
215, 253, 252
HSL
178°, 91%, 92%
CMYK
15, 0, 0, 1
Luminance
0.9173
Every format
| HEX | #d7fdfc |
| RGB | rgb(215, 253, 252) |
| HSL | hsl(178, 91%, 92%) |
| CMYK | cmyk(15%, 0%, 0%, 1%) |
| LAB | lab(96.7 -12.3 -3.6) |
| LCH | lch(96.7 12.8 196.3) |
| OKLCH | oklch(0.967 0.039 194.6) |
Copy-ready code
/* CSS */
color: #d7fdfc;
background-color: #d7fdfc;
/* Tailwind (arbitrary) */
class="text-[#d7fdfc] bg-[#d7fdfc]"
/* SCSS */
$brand: #d7fdfc;
/* SwiftUI */
Color(red: 0.843, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#d7fdfc")Accessibility — WCAG contrast
Aa
#d7fdfc on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7fdfc on black: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green99.2%
Blue98.8%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#d7fdfc text on a black background
contrast 19.35:1
Card sample
#d7fdfc text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7fdfc;
Background color
Panel with #d7fdfc background
background-color: #d7fdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7fdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7fdfc; background: linear-gradient(135deg, #d7fdfc, #D7E5FD);