#3daf3c
a balanced, vivid green · cool · closest name: forestgreen
RGB
61, 175, 60
HSL
120°, 49%, 46%
CMYK
65, 0, 66, 31
Luminance
0.3198
Every format
| HEX | #3daf3c |
| RGB | rgb(61, 175, 60) |
| HSL | hsl(120, 49%, 46%) |
| CMYK | cmyk(65%, 0%, 66%, 31%) |
| LAB | lab(63.3 -54.4 48.1) |
| LCH | lch(63.3 72.6 138.5) |
| OKLCH | oklch(0.666 0.185 143.0) |
Copy-ready code
/* CSS */
color: #3daf3c;
background-color: #3daf3c;
/* Tailwind (arbitrary) */
class="text-[#3daf3c] bg-[#3daf3c]"
/* SCSS */
$brand: #3daf3c;
/* SwiftUI */
Color(red: 0.239, green: 0.686, blue: 0.235)
/* Android */
Color.parseColor("#3daf3c")Accessibility — WCAG contrast
Aa
#3daf3c on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3daf3c on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green68.6%
Blue23.5%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow65.7%
Key (black)31.4%
Color previews
#3daf3c text on a black background
contrast 7.40:1
Card sample
#3daf3c text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3daf3c;
Background color
Panel with #3daf3c background
background-color: #3daf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3daf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 175, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 175, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3daf3c; background: linear-gradient(135deg, #3daf3c, #3CAF88);