#aff821
a balanced, electric green · cool · closest name: yellow
RGB
175, 248, 33
HSL
80°, 94%, 55%
CMYK
29, 0, 87, 3
Luminance
0.7636
Every format
| HEX | #aff821 |
| RGB | rgb(175, 248, 33) |
| HSL | hsl(80, 94%, 55%) |
| CMYK | cmyk(29%, 0%, 87%, 3%) |
| LAB | lab(90.0 -49.3 83.2) |
| LCH | lch(90.0 96.7 120.7) |
| OKLCH | oklch(0.897 0.229 128.4) |
Copy-ready code
/* CSS */
color: #aff821;
background-color: #aff821;
/* Tailwind (arbitrary) */
class="text-[#aff821] bg-[#aff821]"
/* SCSS */
$brand: #aff821;
/* SwiftUI */
Color(red: 0.686, green: 0.973, blue: 0.129)
/* Android */
Color.parseColor("#aff821")Accessibility — WCAG contrast
Aa
#aff821 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff821 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green97.3%
Blue12.9%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow86.7%
Key (black)2.7%
Color previews
#aff821 text on a black background
contrast 16.27:1
Card sample
#aff821 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff821;
Background color
Panel with #aff821 background
background-color: #aff821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 248, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 248, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff821; background: linear-gradient(135deg, #aff821, #21F822);