#d7fdbf
a pale, electric green · cool · closest name: beige
RGB
215, 253, 191
HSL
97°, 94%, 87%
CMYK
15, 0, 25, 1
Luminance
0.8846
Every format
| HEX | #d7fdbf |
| RGB | rgb(215, 253, 191) |
| HSL | hsl(97, 94%, 87%) |
| CMYK | cmyk(15%, 0%, 25%, 1%) |
| LAB | lab(95.3 -23.0 25.8) |
| LCH | lch(95.3 34.5 131.8) |
| OKLCH | oklch(0.952 0.090 133.6) |
Copy-ready code
/* CSS */
color: #d7fdbf;
background-color: #d7fdbf;
/* Tailwind (arbitrary) */
class="text-[#d7fdbf] bg-[#d7fdbf]"
/* SCSS */
$brand: #d7fdbf;
/* SwiftUI */
Color(red: 0.843, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#d7fdbf")Accessibility — WCAG contrast
Aa
#d7fdbf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7fdbf on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green99.2%
Blue74.9%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#d7fdbf text on a black background
contrast 18.69:1
Card sample
#d7fdbf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7fdbf;
Background color
Panel with #d7fdbf background
background-color: #d7fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7fdbf; background: linear-gradient(135deg, #d7fdbf, #BFFDD1);