#afec76
a light, electric green · cool · closest name: khaki
RGB
175, 236, 118
HSL
91°, 76%, 69%
CMYK
26, 0, 50, 8
Luminance
0.7041
Every format
| HEX | #afec76 |
| RGB | rgb(175, 236, 118) |
| HSL | hsl(91, 76%, 69%) |
| CMYK | cmyk(26%, 0%, 50%, 8%) |
| LAB | lab(87.2 -38.7 50.7) |
| LCH | lch(87.2 63.8 127.3) |
| OKLCH | oklch(0.876 0.162 131.5) |
Copy-ready code
/* CSS */
color: #afec76;
background-color: #afec76;
/* Tailwind (arbitrary) */
class="text-[#afec76] bg-[#afec76]"
/* SCSS */
$brand: #afec76;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.463)
/* Android */
Color.parseColor("#afec76")Accessibility — WCAG contrast
Aa
#afec76 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec76 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue46.3%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow50.0%
Key (black)7.5%
Color previews
#afec76 text on a black background
contrast 15.08:1
Card sample
#afec76 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec76;
Background color
Panel with #afec76 background
background-color: #afec76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec76; background: linear-gradient(135deg, #afec76, #76EC8C);