#d7feaf
a light, electric green · cool · closest name: khaki
RGB
215, 254, 175
HSL
90°, 98%, 84%
CMYK
15, 0, 31, 0
Luminance
0.8843
Every format
| HEX | #d7feaf |
| RGB | rgb(215, 254, 175) |
| HSL | hsl(90, 98%, 84%) |
| CMYK | cmyk(15%, 0%, 31%, 0%) |
| LAB | lab(95.3 -25.8 33.8) |
| LCH | lch(95.3 42.5 127.4) |
| OKLCH | oklch(0.951 0.110 129.6) |
Copy-ready code
/* CSS */
color: #d7feaf;
background-color: #d7feaf;
/* Tailwind (arbitrary) */
class="text-[#d7feaf] bg-[#d7feaf]"
/* SCSS */
$brand: #d7feaf;
/* SwiftUI */
Color(red: 0.843, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#d7feaf")Accessibility — WCAG contrast
Aa
#d7feaf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7feaf on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green99.6%
Blue68.6%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#d7feaf text on a black background
contrast 18.69:1
Card sample
#d7feaf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7feaf;
Background color
Panel with #d7feaf background
background-color: #d7feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7feaf; background: linear-gradient(135deg, #d7feaf, #AFFEBC);