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