#afff43
a balanced, electric green · cool · closest name: yellow
RGB
175, 255, 67
HSL
86°, 100%, 63%
CMYK
31, 0, 74, 0
Luminance
0.8104
Every format
| HEX | #afff43 |
| RGB | rgb(175, 255, 67) |
| HSL | hsl(86, 100%, 63%) |
| CMYK | cmyk(31%, 0%, 74%, 0%) |
| LAB | lab(92.2 -50.9 76.5) |
| LCH | lch(92.2 91.9 123.6) |
| OKLCH | oklch(0.915 0.224 130.3) |
Copy-ready code
/* CSS */
color: #afff43;
background-color: #afff43;
/* Tailwind (arbitrary) */
class="text-[#afff43] bg-[#afff43]"
/* SCSS */
$brand: #afff43;
/* SwiftUI */
Color(red: 0.686, green: 1.000, blue: 0.263)
/* Android */
Color.parseColor("#afff43")Accessibility — WCAG contrast
Aa
#afff43 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afff43 on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green100.0%
Blue26.3%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow73.7%
Key (black)0.0%
Color previews
#afff43 text on a black background
contrast 17.21:1
Card sample
#afff43 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afff43;
Background color
Panel with #afff43 background
background-color: #afff43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afff43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 255, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 255, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afff43; background: linear-gradient(135deg, #afff43, #43FF54);