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