#d8fff2
a pale, electric cyan · cool · closest name: ivory
RGB
216, 255, 242
HSL
160°, 100%, 92%
CMYK
15, 0, 5, 0
Luminance
0.9253
Every format
| HEX | #d8fff2 |
| RGB | rgb(216, 255, 242) |
| HSL | hsl(160, 100%, 92%) |
| CMYK | cmyk(15%, 0%, 5%, 0%) |
| LAB | lab(97.0 -14.9 2.0) |
| LCH | lch(97.0 15.1 172.3) |
| OKLCH | oklch(0.969 0.044 173.2) |
Copy-ready code
/* CSS */
color: #d8fff2;
background-color: #d8fff2;
/* Tailwind (arbitrary) */
class="text-[#d8fff2] bg-[#d8fff2]"
/* SCSS */
$brand: #d8fff2;
/* SwiftUI */
Color(red: 0.847, green: 1.000, blue: 0.949)
/* Android */
Color.parseColor("#d8fff2")Accessibility — WCAG contrast
Aa
#d8fff2 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8fff2 on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green100.0%
Blue94.9%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow5.1%
Key (black)0.0%
Color previews
#d8fff2 text on a black background
contrast 19.51:1
Card sample
#d8fff2 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8fff2;
Background color
Panel with #d8fff2 background
background-color: #d8fff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8fff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 255, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 255, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8fff2; background: linear-gradient(135deg, #d8fff2, #D8F2FF);