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