#d4fcf7
a pale, electric cyan · cool · closest name: white
RGB
212, 252, 247
HSL
173°, 87%, 91%
CMYK
16, 0, 2, 1
Luminance
0.9033
Every format
| HEX | #d4fcf7 |
| RGB | rgb(212, 252, 247) |
| HSL | hsl(173, 87%, 91%) |
| CMYK | cmyk(16%, 0%, 2%, 1%) |
| LAB | lab(96.1 -13.7 -1.9) |
| LCH | lch(96.1 13.9 187.8) |
| OKLCH | oklch(0.962 0.042 187.3) |
Copy-ready code
/* CSS */
color: #d4fcf7;
background-color: #d4fcf7;
/* Tailwind (arbitrary) */
class="text-[#d4fcf7] bg-[#d4fcf7]"
/* SCSS */
$brand: #d4fcf7;
/* SwiftUI */
Color(red: 0.831, green: 0.988, blue: 0.969)
/* Android */
Color.parseColor("#d4fcf7")Accessibility — WCAG contrast
Aa
#d4fcf7 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4fcf7 on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green98.8%
Blue96.9%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow2.0%
Key (black)1.2%
Color previews
#d4fcf7 text on a black background
contrast 19.07:1
Card sample
#d4fcf7 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4fcf7;
Background color
Panel with #d4fcf7 background
background-color: #d4fcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4fcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 252, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 252, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4fcf7; background: linear-gradient(135deg, #d4fcf7, #D4E6FC);