#afee1f
a balanced, electric green · cool · closest name: yellow
RGB
175, 238, 31
HSL
78°, 86%, 53%
CMYK
27, 0, 87, 7
Luminance
0.7036
Every format
| HEX | #afee1f |
| RGB | rgb(175, 238, 31) |
| HSL | hsl(78, 86%, 53%) |
| CMYK | cmyk(27%, 0%, 87%, 7%) |
| LAB | lab(87.2 -45.2 81.2) |
| LCH | lch(87.2 92.9 119.1) |
| OKLCH | oklch(0.874 0.219 126.9) |
Copy-ready code
/* CSS */
color: #afee1f;
background-color: #afee1f;
/* Tailwind (arbitrary) */
class="text-[#afee1f] bg-[#afee1f]"
/* SCSS */
$brand: #afee1f;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.122)
/* Android */
Color.parseColor("#afee1f")Accessibility — WCAG contrast
Aa
#afee1f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee1f on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue12.2%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow87.0%
Key (black)6.7%
Color previews
#afee1f text on a black background
contrast 15.07:1
Card sample
#afee1f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee1f;
Background color
Panel with #afee1f background
background-color: #afee1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee1f; background: linear-gradient(135deg, #afee1f, #25EE1F);