#25a60e
a dark, electric green · cool · closest name: green
RGB
37, 166, 14
HSL
111°, 84%, 35%
CMYK
78, 0, 92, 35
Luminance
0.2770
Every format
| HEX | #25a60e |
| RGB | rgb(37, 166, 14) |
| HSL | hsl(111, 84%, 35%) |
| CMYK | cmyk(78%, 0%, 92%, 35%) |
| LAB | lab(59.6 -58.9 58.8) |
| LCH | lch(59.6 83.2 135.1) |
| OKLCH | oklch(0.633 0.205 141.5) |
Copy-ready code
/* CSS */
color: #25a60e;
background-color: #25a60e;
/* Tailwind (arbitrary) */
class="text-[#25a60e] bg-[#25a60e]"
/* SCSS */
$brand: #25a60e;
/* SwiftUI */
Color(red: 0.145, green: 0.651, blue: 0.055)
/* Android */
Color.parseColor("#25a60e")Accessibility — WCAG contrast
Aa
#25a60e on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#25a60e on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green65.1%
Blue5.5%
CMYK percentages
Cyan77.7%
Magenta0.0%
Yellow91.6%
Key (black)34.9%
Color previews
#25a60e text on a black background
contrast 6.54:1
Card sample
#25a60e text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25a60e;
Background color
Panel with #25a60e background
background-color: #25a60e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25a60e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 166, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 166, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25a60e; background: linear-gradient(135deg, #25a60e, #0EA65C);