#5cad85
a balanced, soft green · cool · closest name: seagreen
RGB
92, 173, 133
HSL
150°, 33%, 52%
CMYK
47, 0, 23, 32
Luminance
0.3386
Every format
| HEX | #5cad85 |
| RGB | rgb(92, 173, 133) |
| HSL | hsl(150, 33%, 52%) |
| CMYK | cmyk(47%, 0%, 23%, 32%) |
| LAB | lab(64.8 -34.3 13.0) |
| LCH | lch(64.8 36.6 159.2) |
| OKLCH | oklch(0.685 0.100 160.6) |
Copy-ready code
/* CSS */
color: #5cad85;
background-color: #5cad85;
/* Tailwind (arbitrary) */
class="text-[#5cad85] bg-[#5cad85]"
/* SCSS */
$brand: #5cad85;
/* SwiftUI */
Color(red: 0.361, green: 0.678, blue: 0.522)
/* Android */
Color.parseColor("#5cad85")Accessibility — WCAG contrast
Aa
#5cad85 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cad85 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green67.8%
Blue52.2%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow23.1%
Key (black)32.2%
Color previews
#5cad85 text on a black background
contrast 7.77:1
Card sample
#5cad85 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cad85;
Background color
Panel with #5cad85 background
background-color: #5cad85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cad85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 173, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 173, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cad85; background: linear-gradient(135deg, #5cad85, #5C9FAD);