#affc41
a balanced, electric green · cool · closest name: yellow
RGB
175, 252, 65
HSL
85°, 97%, 62%
CMYK
31, 0, 74, 1
Luminance
0.7912
Every format
| HEX | #affc41 |
| RGB | rgb(175, 252, 65) |
| HSL | hsl(85, 97%, 62%) |
| CMYK | cmyk(31%, 0%, 74%, 1%) |
| LAB | lab(91.3 -49.8 76.3) |
| LCH | lch(91.3 91.1 123.1) |
| OKLCH | oklch(0.908 0.221 129.9) |
Copy-ready code
/* CSS */
color: #affc41;
background-color: #affc41;
/* Tailwind (arbitrary) */
class="text-[#affc41] bg-[#affc41]"
/* SCSS */
$brand: #affc41;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.255)
/* Android */
Color.parseColor("#affc41")Accessibility — WCAG contrast
Aa
#affc41 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc41 on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue25.5%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow74.2%
Key (black)1.2%
Color previews
#affc41 text on a black background
contrast 16.82:1
Card sample
#affc41 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc41;
Background color
Panel with #affc41 background
background-color: #affc41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc41; background: linear-gradient(135deg, #affc41, #41FC50);