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