#61b430
a dark, vivid green · cool · closest name: forestgreen
RGB
97, 180, 48
HSL
98°, 58%, 45%
CMYK
46, 0, 73, 29
Luminance
0.3540
Every format
| HEX | #61b430 |
| RGB | rgb(97, 180, 48) |
| HSL | hsl(98, 58%, 45%) |
| CMYK | cmyk(46%, 0%, 73%, 29%) |
| LAB | lab(66.1 -47.7 56.1) |
| LCH | lch(66.1 73.6 130.4) |
| OKLCH | oklch(0.692 0.183 136.4) |
Copy-ready code
/* CSS */
color: #61b430;
background-color: #61b430;
/* Tailwind (arbitrary) */
class="text-[#61b430] bg-[#61b430]"
/* SCSS */
$brand: #61b430;
/* SwiftUI */
Color(red: 0.380, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#61b430")Accessibility — WCAG contrast
Aa
#61b430 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61b430 on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green70.6%
Blue18.8%
CMYK percentages
Cyan46.1%
Magenta0.0%
Yellow73.3%
Key (black)29.4%
Color previews
#61b430 text on a black background
contrast 8.08:1
Card sample
#61b430 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61b430;
Background color
Panel with #61b430 background
background-color: #61b430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61b430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61b430; background: linear-gradient(135deg, #61b430, #30B457);