#aff20f
a balanced, electric green · cool · closest name: yellow
RGB
175, 242, 15
HSL
78°, 90%, 50%
CMYK
28, 0, 94, 5
Luminance
0.7265
Every format
| HEX | #aff20f |
| RGB | rgb(175, 242, 15) |
| HSL | hsl(78, 90%, 50%) |
| CMYK | cmyk(28%, 0%, 94%, 5%) |
| LAB | lab(88.3 -47.2 84.3) |
| LCH | lch(88.3 96.6 119.2) |
| OKLCH | oklch(0.883 0.227 127.3) |
Copy-ready code
/* CSS */
color: #aff20f;
background-color: #aff20f;
/* Tailwind (arbitrary) */
class="text-[#aff20f] bg-[#aff20f]"
/* SCSS */
$brand: #aff20f;
/* SwiftUI */
Color(red: 0.686, green: 0.949, blue: 0.059)
/* Android */
Color.parseColor("#aff20f")Accessibility — WCAG contrast
Aa
#aff20f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff20f on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green94.9%
Blue5.9%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow93.8%
Key (black)5.1%
Color previews
#aff20f text on a black background
contrast 15.53:1
Card sample
#aff20f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff20f;
Background color
Panel with #aff20f background
background-color: #aff20f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff20f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 242, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 242, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff20f; background: linear-gradient(135deg, #aff20f, #18F20F);