#d7ffaf
a light, electric green · cool · closest name: khaki
RGB
215, 255, 175
HSL
90°, 100%, 84%
CMYK
16, 0, 31, 0
Luminance
0.8906
Every format
| HEX | #d7ffaf |
| RGB | rgb(215, 255, 175) |
| HSL | hsl(90, 100%, 84%) |
| CMYK | cmyk(16%, 0%, 31%, 0%) |
| LAB | lab(95.6 -26.3 34.1) |
| LCH | lch(95.6 43.1 127.6) |
| OKLCH | oklch(0.953 0.111 129.9) |
Copy-ready code
/* CSS */
color: #d7ffaf;
background-color: #d7ffaf;
/* Tailwind (arbitrary) */
class="text-[#d7ffaf] bg-[#d7ffaf]"
/* SCSS */
$brand: #d7ffaf;
/* SwiftUI */
Color(red: 0.843, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#d7ffaf")Accessibility — WCAG contrast
Aa
#d7ffaf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ffaf on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green100.0%
Blue68.6%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#d7ffaf text on a black background
contrast 18.81:1
Card sample
#d7ffaf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ffaf;
Background color
Panel with #d7ffaf background
background-color: #d7ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ffaf; background: linear-gradient(135deg, #d7ffaf, #AFFFBC);