#afe461
a balanced, vivid green · cool · closest name: khaki
RGB
175, 228, 97
HSL
84°, 71%, 64%
CMYK
23, 0, 58, 11
Luminance
0.6546
Every format
| HEX | #afe461 |
| RGB | rgb(175, 228, 97) |
| HSL | hsl(84, 71%, 64%) |
| CMYK | cmyk(23%, 0%, 58%, 11%) |
| LAB | lab(84.7 -37.1 57.3) |
| LCH | lch(84.7 68.3 122.9) |
| OKLCH | oklch(0.856 0.170 128.0) |
Copy-ready code
/* CSS */
color: #afe461;
background-color: #afe461;
/* Tailwind (arbitrary) */
class="text-[#afe461] bg-[#afe461]"
/* SCSS */
$brand: #afe461;
/* SwiftUI */
Color(red: 0.686, green: 0.894, blue: 0.380)
/* Android */
Color.parseColor("#afe461")Accessibility — WCAG contrast
Aa
#afe461 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe461 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.4%
Blue38.0%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow57.5%
Key (black)10.6%
Color previews
#afe461 text on a black background
contrast 14.09:1
Card sample
#afe461 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe461;
Background color
Panel with #afe461 background
background-color: #afe461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 228, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 228, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe461; background: linear-gradient(135deg, #afe461, #61E46A);