#affc7f
a light, electric green · cool · closest name: khaki
RGB
175, 252, 127
HSL
97°, 95%, 74%
CMYK
31, 0, 50, 1
Luminance
0.8027
Every format
| HEX | #affc7f |
| RGB | rgb(175, 252, 127) |
| HSL | hsl(97, 95%, 74%) |
| CMYK | cmyk(31%, 0%, 50%, 1%) |
| LAB | lab(91.8 -44.7 52.1) |
| LCH | lch(91.8 68.6 130.7) |
| OKLCH | oklch(0.914 0.175 134.7) |
Copy-ready code
/* CSS */
color: #affc7f;
background-color: #affc7f;
/* Tailwind (arbitrary) */
class="text-[#affc7f] bg-[#affc7f]"
/* SCSS */
$brand: #affc7f;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.498)
/* Android */
Color.parseColor("#affc7f")Accessibility — WCAG contrast
Aa
#affc7f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc7f on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue49.8%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow49.6%
Key (black)1.2%
Color previews
#affc7f text on a black background
contrast 17.05:1
Card sample
#affc7f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc7f;
Background color
Panel with #affc7f background
background-color: #affc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc7f; background: linear-gradient(135deg, #affc7f, #7FFCA2);