#d7fcaf
a light, electric green · cool · closest name: khaki
RGB
215, 252, 175
HSL
89°, 93%, 84%
CMYK
15, 0, 31, 1
Luminance
0.8716
Every format
| HEX | #d7fcaf |
| RGB | rgb(215, 252, 175) |
| HSL | hsl(89, 93%, 84%) |
| CMYK | cmyk(15%, 0%, 31%, 1%) |
| LAB | lab(94.8 -24.9 33.1) |
| LCH | lch(94.8 41.4 126.9) |
| OKLCH | oklch(0.946 0.107 129.1) |
Copy-ready code
/* CSS */
color: #d7fcaf;
background-color: #d7fcaf;
/* Tailwind (arbitrary) */
class="text-[#d7fcaf] bg-[#d7fcaf]"
/* SCSS */
$brand: #d7fcaf;
/* SwiftUI */
Color(red: 0.843, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#d7fcaf")Accessibility — WCAG contrast
Aa
#d7fcaf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7fcaf on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green98.8%
Blue68.6%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#d7fcaf text on a black background
contrast 18.43:1
Card sample
#d7fcaf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7fcaf;
Background color
Panel with #d7fcaf background
background-color: #d7fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7fcaf; background: linear-gradient(135deg, #d7fcaf, #AFFCBA);