#d3fcf9
a pale, electric cyan · cool · closest name: white
RGB
211, 252, 249
HSL
176°, 87%, 91%
CMYK
16, 0, 1, 1
Luminance
0.9031
Every format
| HEX | #d3fcf9 |
| RGB | rgb(211, 252, 249) |
| HSL | hsl(176, 87%, 91%) |
| CMYK | cmyk(16%, 0%, 1%, 1%) |
| LAB | lab(96.1 -13.6 -2.9) |
| LCH | lch(96.1 13.9 192.2) |
| OKLCH | oklch(0.962 0.042 191.0) |
Copy-ready code
/* CSS */
color: #d3fcf9;
background-color: #d3fcf9;
/* Tailwind (arbitrary) */
class="text-[#d3fcf9] bg-[#d3fcf9]"
/* SCSS */
$brand: #d3fcf9;
/* SwiftUI */
Color(red: 0.827, green: 0.988, blue: 0.976)
/* Android */
Color.parseColor("#d3fcf9")Accessibility — WCAG contrast
Aa
#d3fcf9 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3fcf9 on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green98.8%
Blue97.6%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow1.2%
Key (black)1.2%
Color previews
#d3fcf9 text on a black background
contrast 19.06:1
Card sample
#d3fcf9 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3fcf9;
Background color
Panel with #d3fcf9 background
background-color: #d3fcf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3fcf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 252, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 252, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3fcf9; background: linear-gradient(135deg, #d3fcf9, #D3E4FC);