#5ff968
a light, electric green · cool · closest name: lime
RGB
95, 249, 104
HSL
124°, 93%, 68%
CMYK
62, 0, 58, 2
Luminance
0.7118
Every format
| HEX | #5ff968 |
| RGB | rgb(95, 249, 104) |
| HSL | hsl(124, 93%, 68%) |
| CMYK | cmyk(62%, 0%, 58%, 2%) |
| LAB | lab(87.6 -68.4 56.6) |
| LCH | lch(87.6 88.8 140.4) |
| OKLCH | oklch(0.870 0.228 144.2) |
Copy-ready code
/* CSS */
color: #5ff968;
background-color: #5ff968;
/* Tailwind (arbitrary) */
class="text-[#5ff968] bg-[#5ff968]"
/* SCSS */
$brand: #5ff968;
/* SwiftUI */
Color(red: 0.373, green: 0.976, blue: 0.408)
/* Android */
Color.parseColor("#5ff968")Accessibility — WCAG contrast
Aa
#5ff968 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ff968 on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green97.6%
Blue40.8%
CMYK percentages
Cyan61.8%
Magenta0.0%
Yellow58.2%
Key (black)2.4%
Color previews
#5ff968 text on a black background
contrast 15.24:1
Card sample
#5ff968 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ff968;
Background color
Panel with #5ff968 background
background-color: #5ff968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ff968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 249, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 249, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ff968; background: linear-gradient(135deg, #5ff968, #5FF9CF);