#d7ffcf
a pale, electric green · cool · closest name: beige
RGB
215, 255, 207
HSL
110°, 100%, 91%
CMYK
16, 0, 19, 0
Luminance
0.9047
Every format
| HEX | #d7ffcf |
| RGB | rgb(215, 255, 207) |
| HSL | hsl(110, 100%, 91%) |
| CMYK | cmyk(16%, 0%, 19%, 0%) |
| LAB | lab(96.2 -21.5 18.8) |
| LCH | lch(96.2 28.5 138.8) |
| OKLCH | oklch(0.959 0.076 140.4) |
Copy-ready code
/* CSS */
color: #d7ffcf;
background-color: #d7ffcf;
/* Tailwind (arbitrary) */
class="text-[#d7ffcf] bg-[#d7ffcf]"
/* SCSS */
$brand: #d7ffcf;
/* SwiftUI */
Color(red: 0.843, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#d7ffcf")Accessibility — WCAG contrast
Aa
#d7ffcf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ffcf on black: 19.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green100.0%
Blue81.2%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#d7ffcf text on a black background
contrast 19.09:1
Card sample
#d7ffcf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ffcf;
Background color
Panel with #d7ffcf background
background-color: #d7ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ffcf; background: linear-gradient(135deg, #d7ffcf, #CFFFE7);