#aff721
a balanced, electric green · cool · closest name: yellow
RGB
175, 247, 33
HSL
80°, 93%, 55%
CMYK
29, 0, 87, 3
Luminance
0.7575
Every format
| HEX | #aff721 |
| RGB | rgb(175, 247, 33) |
| HSL | hsl(80, 93%, 55%) |
| CMYK | cmyk(29%, 0%, 87%, 3%) |
| LAB | lab(89.7 -48.9 82.9) |
| LCH | lch(89.7 96.3 120.5) |
| OKLCH | oklch(0.895 0.228 128.3) |
Copy-ready code
/* CSS */
color: #aff721;
background-color: #aff721;
/* Tailwind (arbitrary) */
class="text-[#aff721] bg-[#aff721]"
/* SCSS */
$brand: #aff721;
/* SwiftUI */
Color(red: 0.686, green: 0.969, blue: 0.129)
/* Android */
Color.parseColor("#aff721")Accessibility — WCAG contrast
Aa
#aff721 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff721 on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green96.9%
Blue12.9%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow86.6%
Key (black)3.1%
Color previews
#aff721 text on a black background
contrast 16.15:1
Card sample
#aff721 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff721;
Background color
Panel with #aff721 background
background-color: #aff721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 247, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 247, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff721; background: linear-gradient(135deg, #aff721, #21F722);