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