#3bc062
a balanced, vivid green · cool · closest name: forestgreen
RGB
59, 192, 98
HSL
138°, 53%, 49%
CMYK
69, 0, 49, 25
Luminance
0.3951
Every format
| HEX | #3bc062 |
| RGB | rgb(59, 192, 98) |
| HSL | hsl(138, 53%, 49%) |
| CMYK | cmyk(69%, 0%, 49%, 25%) |
| LAB | lab(69.1 -56.0 37.0) |
| LCH | lch(69.1 67.1 146.5) |
| OKLCH | oklch(0.715 0.176 149.1) |
Copy-ready code
/* CSS */
color: #3bc062;
background-color: #3bc062;
/* Tailwind (arbitrary) */
class="text-[#3bc062] bg-[#3bc062]"
/* SCSS */
$brand: #3bc062;
/* SwiftUI */
Color(red: 0.231, green: 0.753, blue: 0.384)
/* Android */
Color.parseColor("#3bc062")Accessibility — WCAG contrast
Aa
#3bc062 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bc062 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green75.3%
Blue38.4%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow49.0%
Key (black)24.7%
Color previews
#3bc062 text on a black background
contrast 8.90:1
Card sample
#3bc062 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bc062;
Background color
Panel with #3bc062 background
background-color: #3bc062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bc062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 192, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 192, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bc062; background: linear-gradient(135deg, #3bc062, #3BC0BB);