#d8fffe
a pale, electric cyan · cool · closest name: white
RGB
216, 255, 254
HSL
179°, 100%, 92%
CMYK
15, 0, 0, 0
Luminance
0.9327
Every format
| HEX | #d8fffe |
| RGB | rgb(216, 255, 254) |
| HSL | hsl(179, 100%, 92%) |
| CMYK | cmyk(15%, 0%, 0%, 0%) |
| LAB | lab(97.3 -12.6 -3.7) |
| LCH | lch(97.3 13.1 196.4) |
| OKLCH | oklch(0.972 0.040 194.6) |
Copy-ready code
/* CSS */
color: #d8fffe;
background-color: #d8fffe;
/* Tailwind (arbitrary) */
class="text-[#d8fffe] bg-[#d8fffe]"
/* SCSS */
$brand: #d8fffe;
/* SwiftUI */
Color(red: 0.847, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#d8fffe")Accessibility — WCAG contrast
Aa
#d8fffe on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8fffe on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green100.0%
Blue99.6%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#d8fffe text on a black background
contrast 19.65:1
Card sample
#d8fffe text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8fffe;
Background color
Panel with #d8fffe background
background-color: #d8fffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8fffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8fffe; background: linear-gradient(135deg, #d8fffe, #D8E6FF);