#61cf39
a balanced, vivid green · cool · closest name: forestgreen
RGB
97, 207, 57
HSL
104°, 61%, 52%
CMYK
53, 0, 73, 19
Luminance
0.4746
Every format
| HEX | #61cf39 |
| RGB | rgb(97, 207, 57) |
| HSL | hsl(104, 61%, 52%) |
| CMYK | cmyk(53%, 0%, 73%, 19%) |
| LAB | lab(74.5 -57.4 61.3) |
| LCH | lch(74.5 84.0 133.1) |
| OKLCH | oklch(0.761 0.210 138.8) |
Copy-ready code
/* CSS */
color: #61cf39;
background-color: #61cf39;
/* Tailwind (arbitrary) */
class="text-[#61cf39] bg-[#61cf39]"
/* SCSS */
$brand: #61cf39;
/* SwiftUI */
Color(red: 0.380, green: 0.812, blue: 0.224)
/* Android */
Color.parseColor("#61cf39")Accessibility — WCAG contrast
Aa
#61cf39 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61cf39 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green81.2%
Blue22.4%
CMYK percentages
Cyan53.1%
Magenta0.0%
Yellow72.5%
Key (black)18.8%
Color previews
#61cf39 text on a black background
contrast 10.49:1
Card sample
#61cf39 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61cf39;
Background color
Panel with #61cf39 background
background-color: #61cf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61cf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 207, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 207, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61cf39; background: linear-gradient(135deg, #61cf39, #39CF75);