#3daf45
a balanced, vivid green · cool · closest name: forestgreen
RGB
61, 175, 69
HSL
124°, 48%, 46%
CMYK
65, 0, 61, 31
Luminance
0.3208
Every format
| HEX | #3daf45 |
| RGB | rgb(61, 175, 69) |
| HSL | hsl(124, 48%, 46%) |
| CMYK | cmyk(65%, 0%, 61%, 31%) |
| LAB | lab(63.4 -53.4 44.2) |
| LCH | lch(63.4 69.3 140.4) |
| OKLCH | oklch(0.667 0.178 144.3) |
Copy-ready code
/* CSS */
color: #3daf45;
background-color: #3daf45;
/* Tailwind (arbitrary) */
class="text-[#3daf45] bg-[#3daf45]"
/* SCSS */
$brand: #3daf45;
/* SwiftUI */
Color(red: 0.239, green: 0.686, blue: 0.271)
/* Android */
Color.parseColor("#3daf45")Accessibility — WCAG contrast
Aa
#3daf45 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3daf45 on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green68.6%
Blue27.1%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow60.6%
Key (black)31.4%
Color previews
#3daf45 text on a black background
contrast 7.42:1
Card sample
#3daf45 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3daf45;
Background color
Panel with #3daf45 background
background-color: #3daf45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3daf45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 175, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 175, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3daf45; background: linear-gradient(135deg, #3daf45, #3DAF91);