#afee56
a balanced, electric green · cool · closest name: yellow
RGB
175, 238, 86
HSL
85°, 82%, 64%
CMYK
27, 0, 64, 7
Luminance
0.7093
Every format
| HEX | #afee56 |
| RGB | rgb(175, 238, 86) |
| HSL | hsl(85, 82%, 64%) |
| CMYK | cmyk(27%, 0%, 64%, 7%) |
| LAB | lab(87.5 -42.5 64.9) |
| LCH | lch(87.5 77.6 123.2) |
| OKLCH | oklch(0.877 0.191 129.0) |
Copy-ready code
/* CSS */
color: #afee56;
background-color: #afee56;
/* Tailwind (arbitrary) */
class="text-[#afee56] bg-[#afee56]"
/* SCSS */
$brand: #afee56;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.337)
/* Android */
Color.parseColor("#afee56")Accessibility — WCAG contrast
Aa
#afee56 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee56 on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue33.7%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow63.9%
Key (black)6.7%
Color previews
#afee56 text on a black background
contrast 15.19:1
Card sample
#afee56 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee56;
Background color
Panel with #afee56 background
background-color: #afee56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee56; background: linear-gradient(135deg, #afee56, #56EE62);