#61cf49
a balanced, vivid green · cool · closest name: forestgreen
RGB
97, 207, 73
HSL
109°, 58%, 55%
CMYK
53, 0, 65, 19
Luminance
0.4765
Every format
| HEX | #61cf49 |
| RGB | rgb(97, 207, 73) |
| HSL | hsl(109, 58%, 55%) |
| CMYK | cmyk(53%, 0%, 65%, 19%) |
| LAB | lab(74.6 -56.1 55.3) |
| LCH | lch(74.6 78.7 135.4) |
| OKLCH | oklch(0.762 0.200 140.3) |
Copy-ready code
/* CSS */
color: #61cf49;
background-color: #61cf49;
/* Tailwind (arbitrary) */
class="text-[#61cf49] bg-[#61cf49]"
/* SCSS */
$brand: #61cf49;
/* SwiftUI */
Color(red: 0.380, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#61cf49")Accessibility — WCAG contrast
Aa
#61cf49 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61cf49 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green81.2%
Blue28.6%
CMYK percentages
Cyan53.1%
Magenta0.0%
Yellow64.7%
Key (black)18.8%
Color previews
#61cf49 text on a black background
contrast 10.53:1
Card sample
#61cf49 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61cf49;
Background color
Panel with #61cf49 background
background-color: #61cf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61cf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61cf49; background: linear-gradient(135deg, #61cf49, #49CF8A);