#3cb577
a balanced, vivid green · cool · closest name: seagreen
RGB
60, 181, 119
HSL
149°, 50%, 47%
CMYK
67, 0, 34, 29
Luminance
0.3534
Every format
| HEX | #3cb577 |
| RGB | rgb(60, 181, 119) |
| HSL | hsl(149, 50%, 47%) |
| CMYK | cmyk(67%, 0%, 34%, 29%) |
| LAB | lab(66.0 -47.8 22.1) |
| LCH | lch(66.0 52.7 155.2) |
| OKLCH | oklch(0.691 0.141 156.8) |
Copy-ready code
/* CSS */
color: #3cb577;
background-color: #3cb577;
/* Tailwind (arbitrary) */
class="text-[#3cb577] bg-[#3cb577]"
/* SCSS */
$brand: #3cb577;
/* SwiftUI */
Color(red: 0.235, green: 0.710, blue: 0.467)
/* Android */
Color.parseColor("#3cb577")Accessibility — WCAG contrast
Aa
#3cb577 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb577 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green71.0%
Blue46.7%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow34.3%
Key (black)29.0%
Color previews
#3cb577 text on a black background
contrast 8.07:1
Card sample
#3cb577 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb577;
Background color
Panel with #3cb577 background
background-color: #3cb577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 181, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 181, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb577; background: linear-gradient(135deg, #3cb577, #3CA2B5);