#3ba75f
a dark, vivid green · cool · closest name: seagreen
RGB
59, 167, 95
HSL
140°, 48%, 44%
CMYK
65, 0, 43, 35
Luminance
0.2939
Every format
| HEX | #3ba75f |
| RGB | rgb(59, 167, 95) |
| HSL | hsl(140, 48%, 44%) |
| CMYK | cmyk(65%, 0%, 43%, 35%) |
| LAB | lab(61.1 -47.0 28.4) |
| LCH | lch(61.1 54.9 148.8) |
| OKLCH | oklch(0.649 0.145 151.1) |
Copy-ready code
/* CSS */
color: #3ba75f;
background-color: #3ba75f;
/* Tailwind (arbitrary) */
class="text-[#3ba75f] bg-[#3ba75f]"
/* SCSS */
$brand: #3ba75f;
/* SwiftUI */
Color(red: 0.231, green: 0.655, blue: 0.373)
/* Android */
Color.parseColor("#3ba75f")Accessibility — WCAG contrast
Aa
#3ba75f on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba75f on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green65.5%
Blue37.3%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow43.1%
Key (black)34.5%
Color previews
#3ba75f text on a black background
contrast 6.88:1
Card sample
#3ba75f text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba75f;
Background color
Panel with #3ba75f background
background-color: #3ba75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 167, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 167, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba75f; background: linear-gradient(135deg, #3ba75f, #3BA7A7);