#afed76
a light, electric green · cool · closest name: khaki
RGB
175, 237, 118
HSL
91°, 77%, 70%
CMYK
26, 0, 50, 7
Luminance
0.7099
Every format
| HEX | #afed76 |
| RGB | rgb(175, 237, 118) |
| HSL | hsl(91, 77%, 70%) |
| CMYK | cmyk(26%, 0%, 50%, 7%) |
| LAB | lab(87.5 -39.1 51.0) |
| LCH | lch(87.5 64.3 127.5) |
| OKLCH | oklch(0.879 0.163 131.7) |
Copy-ready code
/* CSS */
color: #afed76;
background-color: #afed76;
/* Tailwind (arbitrary) */
class="text-[#afed76] bg-[#afed76]"
/* SCSS */
$brand: #afed76;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.463)
/* Android */
Color.parseColor("#afed76")Accessibility — WCAG contrast
Aa
#afed76 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afed76 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue46.3%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow50.2%
Key (black)7.1%
Color previews
#afed76 text on a black background
contrast 15.20:1
Card sample
#afed76 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afed76;
Background color
Panel with #afed76 background
background-color: #afed76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afed76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afed76; background: linear-gradient(135deg, #afed76, #76ED8C);