#afff7c
a light, electric green · cool · closest name: khaki
RGB
175, 255, 124
HSL
97°, 100%, 74%
CMYK
31, 0, 51, 0
Luminance
0.8209
Every format
| HEX | #afff7c |
| RGB | rgb(175, 255, 124) |
| HSL | hsl(97, 100%, 74%) |
| CMYK | cmyk(31%, 0%, 51%, 0%) |
| LAB | lab(92.6 -46.3 54.4) |
| LCH | lch(92.6 71.5 130.4) |
| OKLCH | oklch(0.920 0.182 134.6) |
Copy-ready code
/* CSS */
color: #afff7c;
background-color: #afff7c;
/* Tailwind (arbitrary) */
class="text-[#afff7c] bg-[#afff7c]"
/* SCSS */
$brand: #afff7c;
/* SwiftUI */
Color(red: 0.686, green: 1.000, blue: 0.486)
/* Android */
Color.parseColor("#afff7c")Accessibility — WCAG contrast
Aa
#afff7c on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afff7c on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green100.0%
Blue48.6%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow51.4%
Key (black)0.0%
Color previews
#afff7c text on a black background
contrast 17.42:1
Card sample
#afff7c text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afff7c;
Background color
Panel with #afff7c background
background-color: #afff7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afff7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 255, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 255, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afff7c; background: linear-gradient(135deg, #afff7c, #7CFFA0);