#3baf3b
a balanced, vivid green · cool · closest name: forestgreen
RGB
59, 175, 59
HSL
120°, 50%, 46%
CMYK
66, 0, 66, 31
Luminance
0.3191
Every format
| HEX | #3baf3b |
| RGB | rgb(59, 175, 59) |
| HSL | hsl(120, 50%, 46%) |
| CMYK | cmyk(66%, 0%, 66%, 31%) |
| LAB | lab(63.3 -54.9 48.4) |
| LCH | lch(63.3 73.2 138.6) |
| OKLCH | oklch(0.665 0.186 143.1) |
Copy-ready code
/* CSS */
color: #3baf3b;
background-color: #3baf3b;
/* Tailwind (arbitrary) */
class="text-[#3baf3b] bg-[#3baf3b]"
/* SCSS */
$brand: #3baf3b;
/* SwiftUI */
Color(red: 0.231, green: 0.686, blue: 0.231)
/* Android */
Color.parseColor("#3baf3b")Accessibility — WCAG contrast
Aa
#3baf3b on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3baf3b on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green68.6%
Blue23.1%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow66.3%
Key (black)31.4%
Color previews
#3baf3b text on a black background
contrast 7.38:1
Card sample
#3baf3b text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3baf3b;
Background color
Panel with #3baf3b background
background-color: #3baf3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3baf3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 175, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 175, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3baf3b; background: linear-gradient(135deg, #3baf3b, #3BAF88);