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