#afec5c
a balanced, electric green · cool · closest name: khaki
RGB
175, 236, 92
HSL
85°, 79%, 64%
CMYK
26, 0, 61, 8
Luminance
0.6988
Every format
| HEX | #afec5c |
| RGB | rgb(175, 236, 92) |
| HSL | hsl(85, 79%, 64%) |
| CMYK | cmyk(26%, 0%, 61%, 8%) |
| LAB | lab(86.9 -41.1 61.9) |
| LCH | lch(86.9 74.3 123.6) |
| OKLCH | oklch(0.873 0.184 129.1) |
Copy-ready code
/* CSS */
color: #afec5c;
background-color: #afec5c;
/* Tailwind (arbitrary) */
class="text-[#afec5c] bg-[#afec5c]"
/* SCSS */
$brand: #afec5c;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.361)
/* Android */
Color.parseColor("#afec5c")Accessibility — WCAG contrast
Aa
#afec5c on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec5c on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue36.1%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow61.0%
Key (black)7.5%
Color previews
#afec5c text on a black background
contrast 14.98:1
Card sample
#afec5c text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec5c;
Background color
Panel with #afec5c background
background-color: #afec5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec5c; background: linear-gradient(135deg, #afec5c, #5CEC69);