#5ac87f
a balanced, vivid green · cool · closest name: seagreen
RGB
90, 200, 127
HSL
140°, 50%, 57%
CMYK
55, 0, 37, 22
Luminance
0.4501
Every format
| HEX | #5ac87f |
| RGB | rgb(90, 200, 127) |
| HSL | hsl(140, 50%, 57%) |
| CMYK | cmyk(55%, 0%, 37%, 22%) |
| LAB | lab(72.9 -47.8 27.2) |
| LCH | lch(72.9 55.0 150.3) |
| OKLCH | oklch(0.750 0.146 152.3) |
Copy-ready code
/* CSS */
color: #5ac87f;
background-color: #5ac87f;
/* Tailwind (arbitrary) */
class="text-[#5ac87f] bg-[#5ac87f]"
/* SCSS */
$brand: #5ac87f;
/* SwiftUI */
Color(red: 0.353, green: 0.784, blue: 0.498)
/* Android */
Color.parseColor("#5ac87f")Accessibility — WCAG contrast
Aa
#5ac87f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac87f on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green78.4%
Blue49.8%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow36.5%
Key (black)21.6%
Color previews
#5ac87f text on a black background
contrast 10.00:1
Card sample
#5ac87f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac87f;
Background color
Panel with #5ac87f background
background-color: #5ac87f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac87f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 200, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 200, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac87f; background: linear-gradient(135deg, #5ac87f, #5AC8C8);