#5af05a
a balanced, electric green · cool · closest name: lime
RGB
90, 240, 90
HSL
120°, 83%, 65%
CMYK
63, 0, 63, 6
Luminance
0.6523
Every format
| HEX | #5af05a |
| RGB | rgb(90, 240, 90) |
| HSL | hsl(120, 83%, 65%) |
| CMYK | cmyk(63%, 0%, 63%, 6%) |
| LAB | lab(84.6 -67.8 59.2) |
| LCH | lch(84.6 90.0 138.9) |
| OKLCH | oklch(0.845 0.230 143.2) |
Copy-ready code
/* CSS */
color: #5af05a;
background-color: #5af05a;
/* Tailwind (arbitrary) */
class="text-[#5af05a] bg-[#5af05a]"
/* SCSS */
$brand: #5af05a;
/* SwiftUI */
Color(red: 0.353, green: 0.941, blue: 0.353)
/* Android */
Color.parseColor("#5af05a")Accessibility — WCAG contrast
Aa
#5af05a on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af05a on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green94.1%
Blue35.3%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow62.5%
Key (black)5.9%
Color previews
#5af05a text on a black background
contrast 14.05:1
Card sample
#5af05a text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af05a;
Background color
Panel with #5af05a background
background-color: #5af05a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af05a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 240, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 240, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af05a; background: linear-gradient(135deg, #5af05a, #5AF0BE);