#5cb488
a balanced, soft green · cool · closest name: seagreen
RGB
92, 180, 136
HSL
150°, 37%, 53%
CMYK
49, 0, 24, 29
Luminance
0.3670
Every format
| HEX | #5cb488 |
| RGB | rgb(92, 180, 136) |
| HSL | hsl(150, 37%, 53%) |
| CMYK | cmyk(49%, 0%, 24%, 29%) |
| LAB | lab(67.0 -36.9 14.4) |
| LCH | lch(67.0 39.6 158.6) |
| OKLCH | oklch(0.703 0.108 160.0) |
Copy-ready code
/* CSS */
color: #5cb488;
background-color: #5cb488;
/* Tailwind (arbitrary) */
class="text-[#5cb488] bg-[#5cb488]"
/* SCSS */
$brand: #5cb488;
/* SwiftUI */
Color(red: 0.361, green: 0.706, blue: 0.533)
/* Android */
Color.parseColor("#5cb488")Accessibility — WCAG contrast
Aa
#5cb488 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb488 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green70.6%
Blue53.3%
CMYK percentages
Cyan48.9%
Magenta0.0%
Yellow24.4%
Key (black)29.4%
Color previews
#5cb488 text on a black background
contrast 8.34:1
Card sample
#5cb488 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb488;
Background color
Panel with #5cb488 background
background-color: #5cb488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 180, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 180, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb488; background: linear-gradient(135deg, #5cb488, #5CA5B4);