#61c521
a balanced, vivid green · cool · closest name: forestgreen
RGB
97, 197, 33
HSL
97°, 71%, 45%
CMYK
51, 0, 83, 23
Luminance
0.4258
Every format
| HEX | #61c521 |
| RGB | rgb(97, 197, 33) |
| HSL | hsl(97, 71%, 45%) |
| CMYK | cmyk(51%, 0%, 83%, 23%) |
| LAB | lab(71.3 -55.1 65.6) |
| LCH | lch(71.3 85.6 130.0) |
| OKLCH | oklch(0.734 0.210 136.8) |
Copy-ready code
/* CSS */
color: #61c521;
background-color: #61c521;
/* Tailwind (arbitrary) */
class="text-[#61c521] bg-[#61c521]"
/* SCSS */
$brand: #61c521;
/* SwiftUI */
Color(red: 0.380, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#61c521")Accessibility — WCAG contrast
Aa
#61c521 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61c521 on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green77.3%
Blue12.9%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow83.2%
Key (black)22.7%
Color previews
#61c521 text on a black background
contrast 9.52:1
Card sample
#61c521 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61c521;
Background color
Panel with #61c521 background
background-color: #61c521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61c521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61c521; background: linear-gradient(135deg, #61c521, #21C54E);