#afed39
a balanced, electric green · cool · closest name: yellow
RGB
175, 237, 57
HSL
81°, 83%, 58%
CMYK
26, 0, 76, 7
Luminance
0.6998
Every format
| HEX | #afed39 |
| RGB | rgb(175, 237, 57) |
| HSL | hsl(81, 83%, 58%) |
| CMYK | cmyk(26%, 0%, 76%, 7%) |
| LAB | lab(87.0 -43.8 74.7) |
| LCH | lch(87.0 86.6 120.4) |
| OKLCH | oklch(0.873 0.208 127.4) |
Copy-ready code
/* CSS */
color: #afed39;
background-color: #afed39;
/* Tailwind (arbitrary) */
class="text-[#afed39] bg-[#afed39]"
/* SCSS */
$brand: #afed39;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.224)
/* Android */
Color.parseColor("#afed39")Accessibility — WCAG contrast
Aa
#afed39 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afed39 on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue22.4%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow75.9%
Key (black)7.1%
Color previews
#afed39 text on a black background
contrast 15.00:1
Card sample
#afed39 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afed39;
Background color
Panel with #afed39 background
background-color: #afed39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afed39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afed39; background: linear-gradient(135deg, #afed39, #39ED3B);