#32ba1c
a dark, vivid green · cool · closest name: green
RGB
50, 186, 28
HSL
112°, 74%, 42%
CMYK
73, 0, 85, 27
Luminance
0.3588
Every format
| HEX | #32ba1c |
| RGB | rgb(50, 186, 28) |
| HSL | hsl(112, 74%, 42%) |
| CMYK | cmyk(73%, 0%, 85%, 27%) |
| LAB | lab(66.4 -62.5 61.9) |
| LCH | lch(66.4 88.0 135.3) |
| OKLCH | oklch(0.690 0.218 141.4) |
Copy-ready code
/* CSS */
color: #32ba1c;
background-color: #32ba1c;
/* Tailwind (arbitrary) */
class="text-[#32ba1c] bg-[#32ba1c]"
/* SCSS */
$brand: #32ba1c;
/* SwiftUI */
Color(red: 0.196, green: 0.729, blue: 0.110)
/* Android */
Color.parseColor("#32ba1c")Accessibility — WCAG contrast
Aa
#32ba1c on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32ba1c on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green72.9%
Blue11.0%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow84.9%
Key (black)27.1%
Color previews
#32ba1c text on a black background
contrast 8.18:1
Card sample
#32ba1c text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32ba1c;
Background color
Panel with #32ba1c background
background-color: #32ba1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32ba1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 186, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 186, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32ba1c; background: linear-gradient(135deg, #32ba1c, #1CBA6F);