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