#5cb873
a balanced, soft green · cool · closest name: seagreen
RGB
92, 184, 115
HSL
135°, 39%, 54%
CMYK
50, 0, 38, 28
Luminance
0.3779
Every format
| HEX | #5cb873 |
| RGB | rgb(92, 184, 115) |
| HSL | hsl(135, 39%, 54%) |
| CMYK | cmyk(50%, 0%, 38%, 28%) |
| LAB | lab(67.9 -42.6 26.9) |
| LCH | lch(67.9 50.4 147.8) |
| OKLCH | oklch(0.708 0.134 149.9) |
Copy-ready code
/* CSS */
color: #5cb873;
background-color: #5cb873;
/* Tailwind (arbitrary) */
class="text-[#5cb873] bg-[#5cb873]"
/* SCSS */
$brand: #5cb873;
/* SwiftUI */
Color(red: 0.361, green: 0.722, blue: 0.451)
/* Android */
Color.parseColor("#5cb873")Accessibility — WCAG contrast
Aa
#5cb873 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb873 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green72.2%
Blue45.1%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow37.5%
Key (black)27.8%
Color previews
#5cb873 text on a black background
contrast 8.56:1
Card sample
#5cb873 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb873;
Background color
Panel with #5cb873 background
background-color: #5cb873;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb873;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 184, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 184, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb873; background: linear-gradient(135deg, #5cb873, #5CB8B0);