#27872f
a dark, vivid green · cool · closest name: forestgreen
RGB
39, 135, 47
HSL
125°, 55%, 34%
CMYK
71, 0, 65, 47
Luminance
0.1796
Every format
| HEX | #27872f |
| RGB | rgb(39, 135, 47) |
| HSL | hsl(125, 55%, 34%) |
| CMYK | cmyk(71%, 0%, 65%, 47%) |
| LAB | lab(49.5 -46.0 38.4) |
| LCH | lch(49.5 59.9 140.2) |
| OKLCH | oklch(0.549 0.153 144.3) |
Copy-ready code
/* CSS */
color: #27872f;
background-color: #27872f;
/* Tailwind (arbitrary) */
class="text-[#27872f] bg-[#27872f]"
/* SCSS */
$brand: #27872f;
/* SwiftUI */
Color(red: 0.153, green: 0.529, blue: 0.184)
/* Android */
Color.parseColor("#27872f")Accessibility — WCAG contrast
Aa
#27872f on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#27872f on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green52.9%
Blue18.4%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow65.2%
Key (black)47.1%
Color previews
#27872f text on a black background
contrast 4.59:1
Card sample
#27872f text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27872f;
Background color
Panel with #27872f background
background-color: #27872f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27872f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 135, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 135, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27872f; background: linear-gradient(135deg, #27872f, #27876F);