#61ac06
a dark, electric green · cool · closest name: green
RGB
97, 172, 6
HSL
87°, 93%, 35%
CMYK
44, 0, 97, 33
Luminance
0.3206
Every format
| HEX | #61ac06 |
| RGB | rgb(97, 172, 6) |
| HSL | hsl(87, 93%, 35%) |
| CMYK | cmyk(44%, 0%, 97%, 33%) |
| LAB | lab(63.4 -46.2 63.8) |
| LCH | lch(63.4 78.8 125.9) |
| OKLCH | oklch(0.669 0.189 133.7) |
Copy-ready code
/* CSS */
color: #61ac06;
background-color: #61ac06;
/* Tailwind (arbitrary) */
class="text-[#61ac06] bg-[#61ac06]"
/* SCSS */
$brand: #61ac06;
/* SwiftUI */
Color(red: 0.380, green: 0.675, blue: 0.024)
/* Android */
Color.parseColor("#61ac06")Accessibility — WCAG contrast
Aa
#61ac06 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ac06 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green67.5%
Blue2.4%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow96.5%
Key (black)32.5%
Color previews
#61ac06 text on a black background
contrast 7.41:1
Card sample
#61ac06 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ac06;
Background color
Panel with #61ac06 background
background-color: #61ac06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ac06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 172, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 172, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ac06; background: linear-gradient(135deg, #61ac06, #06AC1A);