#afe656
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 230, 86
HSL
83°, 74%, 62%
CMYK
24, 0, 63, 10
Luminance
0.6638
Every format
| HEX | #afe656 |
| RGB | rgb(175, 230, 86) |
| HSL | hsl(83, 74%, 62%) |
| CMYK | cmyk(24%, 0%, 63%, 10%) |
| LAB | lab(85.2 -38.9 62.5) |
| LCH | lch(85.2 73.6 121.9) |
| OKLCH | oklch(0.859 0.181 127.6) |
Copy-ready code
/* CSS */
color: #afe656;
background-color: #afe656;
/* Tailwind (arbitrary) */
class="text-[#afe656] bg-[#afe656]"
/* SCSS */
$brand: #afe656;
/* SwiftUI */
Color(red: 0.686, green: 0.902, blue: 0.337)
/* Android */
Color.parseColor("#afe656")Accessibility — WCAG contrast
Aa
#afe656 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe656 on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.2%
Blue33.7%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow62.6%
Key (black)9.8%
Color previews
#afe656 text on a black background
contrast 14.28:1
Card sample
#afe656 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe656;
Background color
Panel with #afe656 background
background-color: #afe656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 230, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 230, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe656; background: linear-gradient(135deg, #afe656, #56E65D);