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