#5ff281
a light, electric green · cool · closest name: forestgreen
RGB
95, 242, 129
HSL
134°, 85%, 66%
CMYK
61, 0, 47, 5
Luminance
0.6752
Every format
| HEX | #5ff281 |
| RGB | rgb(95, 242, 129) |
| HSL | hsl(134, 85%, 66%) |
| CMYK | cmyk(61%, 0%, 47%, 5%) |
| LAB | lab(85.8 -62.6 43.0) |
| LCH | lch(85.8 75.9 145.6) |
| OKLCH | oklch(0.856 0.199 148.2) |
Copy-ready code
/* CSS */
color: #5ff281;
background-color: #5ff281;
/* Tailwind (arbitrary) */
class="text-[#5ff281] bg-[#5ff281]"
/* SCSS */
$brand: #5ff281;
/* SwiftUI */
Color(red: 0.373, green: 0.949, blue: 0.506)
/* Android */
Color.parseColor("#5ff281")Accessibility — WCAG contrast
Aa
#5ff281 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ff281 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green94.9%
Blue50.6%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow46.7%
Key (black)5.1%
Color previews
#5ff281 text on a black background
contrast 14.50:1
Card sample
#5ff281 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ff281;
Background color
Panel with #5ff281 background
background-color: #5ff281;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ff281;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 242, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 242, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ff281; background: linear-gradient(135deg, #5ff281, #5FF2E3);