#aff621
a balanced, electric green · cool · closest name: yellow
RGB
175, 246, 33
HSL
80°, 92%, 55%
CMYK
29, 0, 87, 4
Luminance
0.7514
Every format
| HEX | #aff621 |
| RGB | rgb(175, 246, 33) |
| HSL | hsl(80, 92%, 55%) |
| CMYK | cmyk(29%, 0%, 87%, 4%) |
| LAB | lab(89.5 -48.5 82.7) |
| LCH | lch(89.5 95.9 120.4) |
| OKLCH | oklch(0.893 0.227 128.1) |
Copy-ready code
/* CSS */
color: #aff621;
background-color: #aff621;
/* Tailwind (arbitrary) */
class="text-[#aff621] bg-[#aff621]"
/* SCSS */
$brand: #aff621;
/* SwiftUI */
Color(red: 0.686, green: 0.965, blue: 0.129)
/* Android */
Color.parseColor("#aff621")Accessibility — WCAG contrast
Aa
#aff621 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff621 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green96.5%
Blue12.9%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow86.6%
Key (black)3.5%
Color previews
#aff621 text on a black background
contrast 16.03:1
Card sample
#aff621 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff621;
Background color
Panel with #aff621 background
background-color: #aff621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 246, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 246, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff621; background: linear-gradient(135deg, #aff621, #21F621);