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