#affc2f
a balanced, electric green · cool · closest name: yellow
RGB
175, 252, 47
HSL
83°, 97%, 59%
CMYK
31, 0, 81, 1
Luminance
0.7894
Every format
| HEX | #affc2f |
| RGB | rgb(175, 252, 47) |
| HSL | hsl(83, 97%, 59%) |
| CMYK | cmyk(31%, 0%, 81%, 1%) |
| LAB | lab(91.2 -50.5 81.2) |
| LCH | lch(91.2 95.7 121.9) |
| OKLCH | oklch(0.907 0.229 129.3) |
Copy-ready code
/* CSS */
color: #affc2f;
background-color: #affc2f;
/* Tailwind (arbitrary) */
class="text-[#affc2f] bg-[#affc2f]"
/* SCSS */
$brand: #affc2f;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#affc2f")Accessibility — WCAG contrast
Aa
#affc2f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc2f on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue18.4%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#affc2f text on a black background
contrast 16.79:1
Card sample
#affc2f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc2f;
Background color
Panel with #affc2f background
background-color: #affc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc2f; background: linear-gradient(135deg, #affc2f, #2FFC37);