#5af45f
a light, electric green · cool · closest name: lime
RGB
90, 244, 95
HSL
122°, 88%, 66%
CMYK
63, 0, 61, 4
Luminance
0.6770
Every format
| HEX | #5af45f |
| RGB | rgb(90, 244, 95) |
| HSL | hsl(122, 88%, 66%) |
| CMYK | cmyk(63%, 0%, 61%, 4%) |
| LAB | lab(85.8 -68.7 58.5) |
| LCH | lch(85.8 90.2 139.6) |
| OKLCH | oklch(0.855 0.231 143.7) |
Copy-ready code
/* CSS */
color: #5af45f;
background-color: #5af45f;
/* Tailwind (arbitrary) */
class="text-[#5af45f] bg-[#5af45f]"
/* SCSS */
$brand: #5af45f;
/* SwiftUI */
Color(red: 0.353, green: 0.957, blue: 0.373)
/* Android */
Color.parseColor("#5af45f")Accessibility — WCAG contrast
Aa
#5af45f on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af45f on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green95.7%
Blue37.3%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow61.1%
Key (black)4.3%
Color previews
#5af45f text on a black background
contrast 14.54:1
Card sample
#5af45f text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af45f;
Background color
Panel with #5af45f background
background-color: #5af45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 244, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 244, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af45f; background: linear-gradient(135deg, #5af45f, #5AF4C6);