#087204
a deep, electric green · cool · closest name: green
RGB
8, 114, 4
HSL
118°, 93%, 23%
CMYK
93, 0, 97, 55
Luminance
0.1210
Every format
| HEX | #087204 |
| RGB | rgb(8, 114, 4) |
| HSL | hsl(118, 93%, 23%) |
| CMYK | cmyk(93%, 0%, 97%, 55%) |
| LAB | lab(41.4 -46.6 45.0) |
| LCH | lch(41.4 64.8 136.0) |
| OKLCH | oklch(0.479 0.160 142.3) |
Copy-ready code
/* CSS */
color: #087204;
background-color: #087204;
/* Tailwind (arbitrary) */
class="text-[#087204] bg-[#087204]"
/* SCSS */
$brand: #087204;
/* SwiftUI */
Color(red: 0.031, green: 0.447, blue: 0.016)
/* Android */
Color.parseColor("#087204")Accessibility — WCAG contrast
Aa
#087204 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#087204 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green44.7%
Blue1.6%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow96.5%
Key (black)55.3%
Color previews
#087204 text on a black background
contrast 3.42:1
Card sample
#087204 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087204;
Background color
Panel with #087204 background
background-color: #087204;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087204;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 114, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 114, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087204; background: linear-gradient(135deg, #087204, #047249);