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