#5fc968
a balanced, vivid green · cool · closest name: forestgreen
RGB
95, 201, 104
HSL
125°, 50%, 58%
CMYK
53, 0, 48, 21
Luminance
0.4521
Every format
| HEX | #5fc968 |
| RGB | rgb(95, 201, 104) |
| HSL | hsl(125, 50%, 58%) |
| CMYK | cmyk(53%, 0%, 48%, 21%) |
| LAB | lab(73.0 -50.6 39.2) |
| LCH | lch(73.0 64.0 142.3) |
| OKLCH | oklch(0.750 0.167 145.3) |
Copy-ready code
/* CSS */
color: #5fc968;
background-color: #5fc968;
/* Tailwind (arbitrary) */
class="text-[#5fc968] bg-[#5fc968]"
/* SCSS */
$brand: #5fc968;
/* SwiftUI */
Color(red: 0.373, green: 0.788, blue: 0.408)
/* Android */
Color.parseColor("#5fc968")Accessibility — WCAG contrast
Aa
#5fc968 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fc968 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green78.8%
Blue40.8%
CMYK percentages
Cyan52.7%
Magenta0.0%
Yellow48.3%
Key (black)21.2%
Color previews
#5fc968 text on a black background
contrast 10.04:1
Card sample
#5fc968 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fc968;
Background color
Panel with #5fc968 background
background-color: #5fc968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fc968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 201, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 201, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fc968; background: linear-gradient(135deg, #5fc968, #5FC9AF);