#5ba47f
a balanced, soft green · cool · closest name: seagreen
RGB
91, 164, 127
HSL
150°, 29%, 50%
CMYK
45, 0, 23, 36
Luminance
0.3031
Every format
| HEX | #5ba47f |
| RGB | rgb(91, 164, 127) |
| HSL | hsl(150, 29%, 50%) |
| CMYK | cmyk(45%, 0%, 23%, 36%) |
| LAB | lab(61.9 -31.6 12.2) |
| LCH | lch(61.9 33.9 158.9) |
| OKLCH | oklch(0.660 0.093 160.3) |
Copy-ready code
/* CSS */
color: #5ba47f;
background-color: #5ba47f;
/* Tailwind (arbitrary) */
class="text-[#5ba47f] bg-[#5ba47f]"
/* SCSS */
$brand: #5ba47f;
/* SwiftUI */
Color(red: 0.357, green: 0.643, blue: 0.498)
/* Android */
Color.parseColor("#5ba47f")Accessibility — WCAG contrast
Aa
#5ba47f on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ba47f on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green64.3%
Blue49.8%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow22.6%
Key (black)35.7%
Color previews
#5ba47f text on a black background
contrast 7.06:1
Card sample
#5ba47f text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ba47f;
Background color
Panel with #5ba47f background
background-color: #5ba47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ba47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 164, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 164, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ba47f; background: linear-gradient(135deg, #5ba47f, #5B98A4);