#5fd899
a balanced, vivid green · cool · closest name: aquamarine
RGB
95, 216, 153
HSL
149°, 61%, 61%
CMYK
56, 0, 29, 15
Luminance
0.5384
Every format
| HEX | #5fd899 |
| RGB | rgb(95, 216, 153) |
| HSL | hsl(149, 61%, 61%) |
| CMYK | cmyk(56%, 0%, 29%, 15%) |
| LAB | lab(78.4 -48.3 21.1) |
| LCH | lch(78.4 52.7 156.4) |
| OKLCH | oklch(0.797 0.142 157.9) |
Copy-ready code
/* CSS */
color: #5fd899;
background-color: #5fd899;
/* Tailwind (arbitrary) */
class="text-[#5fd899] bg-[#5fd899]"
/* SCSS */
$brand: #5fd899;
/* SwiftUI */
Color(red: 0.373, green: 0.847, blue: 0.600)
/* Android */
Color.parseColor("#5fd899")Accessibility — WCAG contrast
Aa
#5fd899 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd899 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green84.7%
Blue60.0%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow29.2%
Key (black)15.3%
Color previews
#5fd899 text on a black background
contrast 11.77:1
Card sample
#5fd899 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd899;
Background color
Panel with #5fd899 background
background-color: #5fd899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 216, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 216, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd899; background: linear-gradient(135deg, #5fd899, #5FC6D8);