#25c937
a balanced, vivid green · cool · closest name: forestgreen
RGB
37, 201, 55
HSL
127°, 69%, 47%
CMYK
82, 0, 73, 21
Luminance
0.4244
Every format
| HEX | #25c937 |
| RGB | rgb(37, 201, 55) |
| HSL | hsl(127, 69%, 47%) |
| CMYK | cmyk(82%, 0%, 73%, 21%) |
| LAB | lab(71.2 -67.2 58.2) |
| LCH | lch(71.2 88.9 139.1) |
| OKLCH | oklch(0.730 0.225 144.0) |
Copy-ready code
/* CSS */
color: #25c937;
background-color: #25c937;
/* Tailwind (arbitrary) */
class="text-[#25c937] bg-[#25c937]"
/* SCSS */
$brand: #25c937;
/* SwiftUI */
Color(red: 0.145, green: 0.788, blue: 0.216)
/* Android */
Color.parseColor("#25c937")Accessibility — WCAG contrast
Aa
#25c937 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25c937 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green78.8%
Blue21.6%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow72.6%
Key (black)21.2%
Color previews
#25c937 text on a black background
contrast 9.49:1
Card sample
#25c937 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25c937;
Background color
Panel with #25c937 background
background-color: #25c937;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25c937;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 201, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 201, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25c937; background: linear-gradient(135deg, #25c937, #25C9A4);