#32a725
a dark, vivid green · cool · closest name: forestgreen
RGB
50, 167, 37
HSL
114°, 64%, 40%
CMYK
70, 0, 78, 35
Luminance
0.2845
Every format
| HEX | #32a725 |
| RGB | rgb(50, 167, 37) |
| HSL | hsl(114, 64%, 40%) |
| CMYK | cmyk(70%, 0%, 78%, 35%) |
| LAB | lab(60.3 -55.9 53.7) |
| LCH | lch(60.3 77.5 136.1) |
| OKLCH | oklch(0.639 0.194 141.7) |
Copy-ready code
/* CSS */
color: #32a725;
background-color: #32a725;
/* Tailwind (arbitrary) */
class="text-[#32a725] bg-[#32a725]"
/* SCSS */
$brand: #32a725;
/* SwiftUI */
Color(red: 0.196, green: 0.655, blue: 0.145)
/* Android */
Color.parseColor("#32a725")Accessibility — WCAG contrast
Aa
#32a725 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#32a725 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green65.5%
Blue14.5%
CMYK percentages
Cyan70.1%
Magenta0.0%
Yellow77.8%
Key (black)34.5%
Color previews
#32a725 text on a black background
contrast 6.69:1
Card sample
#32a725 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32a725;
Background color
Panel with #32a725 background
background-color: #32a725;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32a725;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 167, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 167, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32a725; background: linear-gradient(135deg, #32a725, #25A76F);