#d7fcdf
a pale, electric green · cool · closest name: beige
RGB
215, 252, 223
HSL
133°, 86%, 92%
CMYK
15, 0, 12, 1
Luminance
0.8940
Every format
| HEX | #d7fcdf |
| RGB | rgb(215, 252, 223) |
| HSL | hsl(133, 86%, 92%) |
| CMYK | cmyk(15%, 0%, 12%, 1%) |
| LAB | lab(95.7 -17.3 9.9) |
| LCH | lch(95.7 19.9 150.1) |
| OKLCH | oklch(0.957 0.054 151.7) |
Copy-ready code
/* CSS */
color: #d7fcdf;
background-color: #d7fcdf;
/* Tailwind (arbitrary) */
class="text-[#d7fcdf] bg-[#d7fcdf]"
/* SCSS */
$brand: #d7fcdf;
/* SwiftUI */
Color(red: 0.843, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#d7fcdf")Accessibility — WCAG contrast
Aa
#d7fcdf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7fcdf on black: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green98.8%
Blue87.5%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#d7fcdf text on a black background
contrast 18.88:1
Card sample
#d7fcdf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7fcdf;
Background color
Panel with #d7fcdf background
background-color: #d7fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7fcdf; background: linear-gradient(135deg, #d7fcdf, #D7FCF8);