#25640c
a deep, electric green · cool · closest name: forestgreen
RGB
37, 100, 12
HSL
103°, 79%, 22%
CMYK
63, 0, 88, 61
Luminance
0.0953
Every format
| HEX | #25640c |
| RGB | rgb(37, 100, 12) |
| HSL | hsl(103, 79%, 22%) |
| CMYK | cmyk(63%, 0%, 88%, 61%) |
| LAB | lab(37.0 -36.4 39.5) |
| LCH | lch(37.0 53.6 132.7) |
| OKLCH | oklch(0.445 0.133 139.1) |
Copy-ready code
/* CSS */
color: #25640c;
background-color: #25640c;
/* Tailwind (arbitrary) */
class="text-[#25640c] bg-[#25640c]"
/* SCSS */
$brand: #25640c;
/* SwiftUI */
Color(red: 0.145, green: 0.392, blue: 0.047)
/* Android */
Color.parseColor("#25640c")Accessibility — WCAG contrast
Aa
#25640c on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#25640c on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green39.2%
Blue4.7%
CMYK percentages
Cyan63.0%
Magenta0.0%
Yellow88.0%
Key (black)60.8%
Color previews
#25640c text on a black background
contrast 2.91:1
Card sample
#25640c text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25640c;
Background color
Panel with #25640c background
background-color: #25640c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25640c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 100, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 100, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25640c; background: linear-gradient(135deg, #25640c, #0C642E);