#aff523
a balanced, electric green · cool · closest name: yellow
RGB
175, 245, 35
HSL
80°, 91%, 55%
CMYK
29, 0, 86, 4
Luminance
0.7454
Every format
| HEX | #aff523 |
| RGB | rgb(175, 245, 35) |
| HSL | hsl(80, 91%, 55%) |
| CMYK | cmyk(29%, 0%, 86%, 4%) |
| LAB | lab(89.2 -48.0 82.1) |
| LCH | lch(89.2 95.1 120.3) |
| OKLCH | oklch(0.891 0.225 128.0) |
Copy-ready code
/* CSS */
color: #aff523;
background-color: #aff523;
/* Tailwind (arbitrary) */
class="text-[#aff523] bg-[#aff523]"
/* SCSS */
$brand: #aff523;
/* SwiftUI */
Color(red: 0.686, green: 0.961, blue: 0.137)
/* Android */
Color.parseColor("#aff523")Accessibility — WCAG contrast
Aa
#aff523 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff523 on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green96.1%
Blue13.7%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow85.7%
Key (black)3.9%
Color previews
#aff523 text on a black background
contrast 15.91:1
Card sample
#aff523 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff523;
Background color
Panel with #aff523 background
background-color: #aff523;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff523;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 245, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 245, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff523; background: linear-gradient(135deg, #aff523, #23F523);