#5af75f
a light, electric green · cool · closest name: lime
RGB
90, 247, 95
HSL
122°, 91%, 66%
CMYK
64, 0, 62, 3
Luminance
0.6952
Every format
| HEX | #5af75f |
| RGB | rgb(90, 247, 95) |
| HSL | hsl(122, 91%, 66%) |
| CMYK | cmyk(64%, 0%, 62%, 3%) |
| LAB | lab(86.8 -69.7 59.5) |
| LCH | lch(86.8 91.7 139.5) |
| OKLCH | oklch(0.863 0.235 143.7) |
Copy-ready code
/* CSS */
color: #5af75f;
background-color: #5af75f;
/* Tailwind (arbitrary) */
class="text-[#5af75f] bg-[#5af75f]"
/* SCSS */
$brand: #5af75f;
/* SwiftUI */
Color(red: 0.353, green: 0.969, blue: 0.373)
/* Android */
Color.parseColor("#5af75f")Accessibility — WCAG contrast
Aa
#5af75f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af75f on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green96.9%
Blue37.3%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow61.5%
Key (black)3.1%
Color previews
#5af75f text on a black background
contrast 14.90:1
Card sample
#5af75f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af75f;
Background color
Panel with #5af75f background
background-color: #5af75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 247, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 247, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af75f; background: linear-gradient(135deg, #5af75f, #5AF7C8);