#affc4a
a balanced, electric green · cool · closest name: yellow
RGB
175, 252, 74
HSL
86°, 97%, 64%
CMYK
31, 0, 71, 1
Luminance
0.7923
Every format
| HEX | #affc4a |
| RGB | rgb(175, 252, 74) |
| HSL | hsl(86, 97%, 64%) |
| CMYK | cmyk(31%, 0%, 71%, 1%) |
| LAB | lab(91.3 -49.3 73.4) |
| LCH | lch(91.3 88.4 123.9) |
| OKLCH | oklch(0.909 0.216 130.3) |
Copy-ready code
/* CSS */
color: #affc4a;
background-color: #affc4a;
/* Tailwind (arbitrary) */
class="text-[#affc4a] bg-[#affc4a]"
/* SCSS */
$brand: #affc4a;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.290)
/* Android */
Color.parseColor("#affc4a")Accessibility — WCAG contrast
Aa
#affc4a on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc4a on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue29.0%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow70.6%
Key (black)1.2%
Color previews
#affc4a text on a black background
contrast 16.85:1
Card sample
#affc4a text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc4a;
Background color
Panel with #affc4a background
background-color: #affc4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc4a; background: linear-gradient(135deg, #affc4a, #4AFC5C);