#61ce45
a balanced, vivid green · cool · closest name: forestgreen
RGB
97, 206, 69
HSL
108°, 58%, 54%
CMYK
53, 0, 67, 19
Luminance
0.4711
Every format
| HEX | #61ce45 |
| RGB | rgb(97, 206, 69) |
| HSL | hsl(108, 58%, 54%) |
| CMYK | cmyk(53%, 0%, 67%, 19%) |
| LAB | lab(74.3 -56.1 56.5) |
| LCH | lch(74.3 79.6 134.8) |
| OKLCH | oklch(0.759 0.201 139.8) |
Copy-ready code
/* CSS */
color: #61ce45;
background-color: #61ce45;
/* Tailwind (arbitrary) */
class="text-[#61ce45] bg-[#61ce45]"
/* SCSS */
$brand: #61ce45;
/* SwiftUI */
Color(red: 0.380, green: 0.808, blue: 0.271)
/* Android */
Color.parseColor("#61ce45")Accessibility — WCAG contrast
Aa
#61ce45 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ce45 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green80.8%
Blue27.1%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow66.5%
Key (black)19.2%
Color previews
#61ce45 text on a black background
contrast 10.42:1
Card sample
#61ce45 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ce45;
Background color
Panel with #61ce45 background
background-color: #61ce45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ce45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 206, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 206, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ce45; background: linear-gradient(135deg, #61ce45, #45CE84);