#afe331
a balanced, electric green · cool · closest name: yellow
RGB
175, 227, 49
HSL
78°, 76%, 54%
CMYK
23, 0, 78, 11
Luminance
0.6427
Every format
| HEX | #afe331 |
| RGB | rgb(175, 227, 49) |
| HSL | hsl(78, 76%, 54%) |
| CMYK | cmyk(23%, 0%, 78%, 11%) |
| LAB | lab(84.1 -39.8 74.4) |
| LCH | lch(84.1 84.3 118.1) |
| OKLCH | oklch(0.850 0.200 125.4) |
Copy-ready code
/* CSS */
color: #afe331;
background-color: #afe331;
/* Tailwind (arbitrary) */
class="text-[#afe331] bg-[#afe331]"
/* SCSS */
$brand: #afe331;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.192)
/* Android */
Color.parseColor("#afe331")Accessibility — WCAG contrast
Aa
#afe331 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe331 on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue19.2%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow78.4%
Key (black)11.0%
Color previews
#afe331 text on a black background
contrast 13.85:1
Card sample
#afe331 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe331;
Background color
Panel with #afe331 background
background-color: #afe331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe331; background: linear-gradient(135deg, #afe331, #38E331);