#61ca61
a balanced, vivid green · cool · closest name: forestgreen
RGB
97, 202, 97
HSL
120°, 50%, 59%
CMYK
52, 0, 52, 21
Luminance
0.4565
Every format
| HEX | #61ca61 |
| RGB | rgb(97, 202, 97) |
| HSL | hsl(120, 50%, 59%) |
| CMYK | cmyk(52%, 0%, 52%, 21%) |
| LAB | lab(73.3 -51.5 43.0) |
| LCH | lch(73.3 67.0 140.1) |
| OKLCH | oklch(0.752 0.174 143.6) |
Copy-ready code
/* CSS */
color: #61ca61;
background-color: #61ca61;
/* Tailwind (arbitrary) */
class="text-[#61ca61] bg-[#61ca61]"
/* SCSS */
$brand: #61ca61;
/* SwiftUI */
Color(red: 0.380, green: 0.792, blue: 0.380)
/* Android */
Color.parseColor("#61ca61")Accessibility — WCAG contrast
Aa
#61ca61 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ca61 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green79.2%
Blue38.0%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow52.0%
Key (black)20.8%
Color previews
#61ca61 text on a black background
contrast 10.13:1
Card sample
#61ca61 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ca61;
Background color
Panel with #61ca61 background
background-color: #61ca61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ca61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 202, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 202, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ca61; background: linear-gradient(135deg, #61ca61, #61CAA7);