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