#afed71
a light, electric green · cool · closest name: khaki
RGB
175, 237, 113
HSL
90°, 78%, 69%
CMYK
26, 0, 52, 7
Luminance
0.7087
Every format
| HEX | #afed71 |
| RGB | rgb(175, 237, 113) |
| HSL | hsl(90, 78%, 69%) |
| CMYK | cmyk(26%, 0%, 52%, 7%) |
| LAB | lab(87.4 -39.6 53.3) |
| LCH | lch(87.4 66.4 126.7) |
| OKLCH | oklch(0.878 0.168 131.1) |
Copy-ready code
/* CSS */
color: #afed71;
background-color: #afed71;
/* Tailwind (arbitrary) */
class="text-[#afed71] bg-[#afed71]"
/* SCSS */
$brand: #afed71;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.443)
/* Android */
Color.parseColor("#afed71")Accessibility — WCAG contrast
Aa
#afed71 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afed71 on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue44.3%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow52.3%
Key (black)7.1%
Color previews
#afed71 text on a black background
contrast 15.17:1
Card sample
#afed71 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afed71;
Background color
Panel with #afed71 background
background-color: #afed71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afed71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afed71; background: linear-gradient(135deg, #afed71, #71ED86);