#3bc945
a balanced, vivid green · cool · closest name: forestgreen
RGB
59, 201, 69
HSL
124°, 57%, 51%
CMYK
71, 0, 66, 21
Luminance
0.4313
Every format
| HEX | #3bc945 |
| RGB | rgb(59, 201, 69) |
| HSL | hsl(124, 57%, 51%) |
| CMYK | cmyk(71%, 0%, 66%, 21%) |
| LAB | lab(71.6 -62.8 53.4) |
| LCH | lch(71.6 82.4 139.6) |
| OKLCH | oklch(0.735 0.210 144.0) |
Copy-ready code
/* CSS */
color: #3bc945;
background-color: #3bc945;
/* Tailwind (arbitrary) */
class="text-[#3bc945] bg-[#3bc945]"
/* SCSS */
$brand: #3bc945;
/* SwiftUI */
Color(red: 0.231, green: 0.788, blue: 0.271)
/* Android */
Color.parseColor("#3bc945")Accessibility — WCAG contrast
Aa
#3bc945 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bc945 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green78.8%
Blue27.1%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow65.7%
Key (black)21.2%
Color previews
#3bc945 text on a black background
contrast 9.63:1
Card sample
#3bc945 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bc945;
Background color
Panel with #3bc945 background
background-color: #3bc945;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bc945;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 201, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 201, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bc945; background: linear-gradient(135deg, #3bc945, #3BC9A4);