#32ba07
a dark, electric green · cool · closest name: green
RGB
50, 186, 7
HSL
106°, 93%, 38%
CMYK
73, 0, 96, 27
Luminance
0.3581
Every format
| HEX | #32ba07 |
| RGB | rgb(50, 186, 7) |
| HSL | hsl(106, 93%, 38%) |
| CMYK | cmyk(73%, 0%, 96%, 27%) |
| LAB | lab(66.4 -63.2 65.4) |
| LCH | lch(66.4 90.9 134.0) |
| OKLCH | oklch(0.690 0.224 140.7) |
Copy-ready code
/* CSS */
color: #32ba07;
background-color: #32ba07;
/* Tailwind (arbitrary) */
class="text-[#32ba07] bg-[#32ba07]"
/* SCSS */
$brand: #32ba07;
/* SwiftUI */
Color(red: 0.196, green: 0.729, blue: 0.027)
/* Android */
Color.parseColor("#32ba07")Accessibility — WCAG contrast
Aa
#32ba07 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32ba07 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green72.9%
Blue2.7%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow96.2%
Key (black)27.1%
Color previews
#32ba07 text on a black background
contrast 8.16:1
Card sample
#32ba07 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32ba07;
Background color
Panel with #32ba07 background
background-color: #32ba07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32ba07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 186, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 186, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32ba07; background: linear-gradient(135deg, #32ba07, #07BA53);