#afe310
a balanced, electric green · cool · closest name: yellow
RGB
175, 227, 16
HSL
75°, 87%, 48%
CMYK
23, 0, 93, 11
Luminance
0.6409
Every format
| HEX | #afe310 |
| RGB | rgb(175, 227, 16) |
| HSL | hsl(75, 87%, 48%) |
| CMYK | cmyk(23%, 0%, 93%, 11%) |
| LAB | lab(84.0 -40.7 80.8) |
| LCH | lch(84.0 90.5 116.7) |
| OKLCH | oklch(0.848 0.210 124.8) |
Copy-ready code
/* CSS */
color: #afe310;
background-color: #afe310;
/* Tailwind (arbitrary) */
class="text-[#afe310] bg-[#afe310]"
/* SCSS */
$brand: #afe310;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.063)
/* Android */
Color.parseColor("#afe310")Accessibility — WCAG contrast
Aa
#afe310 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe310 on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue6.3%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow93.0%
Key (black)11.0%
Color previews
#afe310 text on a black background
contrast 13.82:1
Card sample
#afe310 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe310;
Background color
Panel with #afe310 background
background-color: #afe310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe310; background: linear-gradient(135deg, #afe310, #22E310);