#5cb770
a balanced, soft green · cool · closest name: seagreen
RGB
92, 183, 112
HSL
133°, 39%, 54%
CMYK
50, 0, 39, 28
Luminance
0.3731
Every format
| HEX | #5cb770 |
| RGB | rgb(92, 183, 112) |
| HSL | hsl(133, 39%, 54%) |
| CMYK | cmyk(50%, 0%, 39%, 28%) |
| LAB | lab(67.5 -42.7 28.0) |
| LCH | lch(67.5 51.1 146.8) |
| OKLCH | oklch(0.705 0.135 149.1) |
Copy-ready code
/* CSS */
color: #5cb770;
background-color: #5cb770;
/* Tailwind (arbitrary) */
class="text-[#5cb770] bg-[#5cb770]"
/* SCSS */
$brand: #5cb770;
/* SwiftUI */
Color(red: 0.361, green: 0.718, blue: 0.439)
/* Android */
Color.parseColor("#5cb770")Accessibility — WCAG contrast
Aa
#5cb770 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb770 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green71.8%
Blue43.9%
CMYK percentages
Cyan49.7%
Magenta0.0%
Yellow38.8%
Key (black)28.2%
Color previews
#5cb770 text on a black background
contrast 8.46:1
Card sample
#5cb770 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb770;
Background color
Panel with #5cb770 background
background-color: #5cb770;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb770;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 183, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 183, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb770; background: linear-gradient(135deg, #5cb770, #5CB7AD);