#d8fefc
a pale, electric cyan · cool · closest name: white
RGB
216, 254, 252
HSL
177°, 95%, 92%
CMYK
15, 0, 1, 0
Luminance
0.9251
Every format
| HEX | #d8fefc |
| RGB | rgb(216, 254, 252) |
| HSL | hsl(177, 95%, 92%) |
| CMYK | cmyk(15%, 0%, 1%, 0%) |
| LAB | lab(97.0 -12.5 -3.1) |
| LCH | lch(97.0 12.9 194.0) |
| OKLCH | oklch(0.970 0.039 192.6) |
Copy-ready code
/* CSS */
color: #d8fefc;
background-color: #d8fefc;
/* Tailwind (arbitrary) */
class="text-[#d8fefc] bg-[#d8fefc]"
/* SCSS */
$brand: #d8fefc;
/* SwiftUI */
Color(red: 0.847, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#d8fefc")Accessibility — WCAG contrast
Aa
#d8fefc on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8fefc on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green99.6%
Blue98.8%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#d8fefc text on a black background
contrast 19.50:1
Card sample
#d8fefc text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8fefc;
Background color
Panel with #d8fefc background
background-color: #d8fefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8fefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8fefc; background: linear-gradient(135deg, #d8fefc, #D8E7FE);