#087f2c
a dark, electric green · cool · closest name: forestgreen
RGB
8, 127, 44
HSL
138°, 88%, 27%
CMYK
94, 0, 65, 50
Luminance
0.1541
Every format
| HEX | #087f2c |
| RGB | rgb(8, 127, 44) |
| HSL | hsl(138, 88%, 27%) |
| CMYK | cmyk(94%, 0%, 65%, 50%) |
| LAB | lab(46.2 -47.6 36.0) |
| LCH | lch(46.2 59.7 143.0) |
| OKLCH | oklch(0.520 0.153 146.7) |
Copy-ready code
/* CSS */
color: #087f2c;
background-color: #087f2c;
/* Tailwind (arbitrary) */
class="text-[#087f2c] bg-[#087f2c]"
/* SCSS */
$brand: #087f2c;
/* SwiftUI */
Color(red: 0.031, green: 0.498, blue: 0.173)
/* Android */
Color.parseColor("#087f2c")Accessibility — WCAG contrast
Aa
#087f2c on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#087f2c on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green49.8%
Blue17.3%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow65.4%
Key (black)50.2%
Color previews
#087f2c text on a black background
contrast 4.08:1
Card sample
#087f2c text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087f2c;
Background color
Panel with #087f2c background
background-color: #087f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 127, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 127, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087f2c; background: linear-gradient(135deg, #087f2c, #087F7C);