#afe749
a balanced, electric green · cool · closest name: yellow
RGB
175, 231, 73
HSL
81°, 77%, 60%
CMYK
24, 0, 68, 9
Luminance
0.6675
Every format
| HEX | #afe749 |
| RGB | rgb(175, 231, 73) |
| HSL | hsl(81, 77%, 60%) |
| CMYK | cmyk(24%, 0%, 68%, 9%) |
| LAB | lab(85.4 -40.3 67.8) |
| LCH | lch(85.4 78.8 120.7) |
| OKLCH | oklch(0.860 0.192 127.0) |
Copy-ready code
/* CSS */
color: #afe749;
background-color: #afe749;
/* Tailwind (arbitrary) */
class="text-[#afe749] bg-[#afe749]"
/* SCSS */
$brand: #afe749;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.286)
/* Android */
Color.parseColor("#afe749")Accessibility — WCAG contrast
Aa
#afe749 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe749 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue28.6%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow68.4%
Key (black)9.4%
Color previews
#afe749 text on a black background
contrast 14.35:1
Card sample
#afe749 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe749;
Background color
Panel with #afe749 background
background-color: #afe749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe749; background: linear-gradient(135deg, #afe749, #49E74C);