#afe710
a balanced, electric green · cool · closest name: yellow
RGB
175, 231, 16
HSL
76°, 87%, 48%
CMYK
24, 0, 93, 9
Luminance
0.6630
Every format
| HEX | #afe710 |
| RGB | rgb(175, 231, 16) |
| HSL | hsl(76, 87%, 48%) |
| CMYK | cmyk(24%, 0%, 93%, 9%) |
| LAB | lab(85.2 -42.4 81.7) |
| LCH | lch(85.2 92.1 117.5) |
| OKLCH | oklch(0.858 0.214 125.5) |
Copy-ready code
/* CSS */
color: #afe710;
background-color: #afe710;
/* Tailwind (arbitrary) */
class="text-[#afe710] bg-[#afe710]"
/* SCSS */
$brand: #afe710;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.063)
/* Android */
Color.parseColor("#afe710")Accessibility — WCAG contrast
Aa
#afe710 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe710 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue6.3%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow93.1%
Key (black)9.4%
Color previews
#afe710 text on a black background
contrast 14.26:1
Card sample
#afe710 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe710;
Background color
Panel with #afe710 background
background-color: #afe710;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe710;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe710; background: linear-gradient(135deg, #afe710, #20E710);