#115f08
a deep, electric green · cool · closest name: forestgreen
RGB
17, 95, 8
HSL
114°, 85%, 20%
CMYK
82, 0, 92, 63
Luminance
0.0832
Every format
| HEX | #115f08 |
| RGB | rgb(17, 95, 8) |
| HSL | hsl(114, 85%, 20%) |
| CMYK | cmyk(82%, 0%, 92%, 63%) |
| LAB | lab(34.6 -39.2 38.3) |
| LCH | lch(34.6 54.8 135.7) |
| OKLCH | oklch(0.424 0.136 141.8) |
Copy-ready code
/* CSS */
color: #115f08;
background-color: #115f08;
/* Tailwind (arbitrary) */
class="text-[#115f08] bg-[#115f08]"
/* SCSS */
$brand: #115f08;
/* SwiftUI */
Color(red: 0.067, green: 0.373, blue: 0.031)
/* Android */
Color.parseColor("#115f08")Accessibility — WCAG contrast
Aa
#115f08 on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115f08 on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green37.3%
Blue3.1%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow91.6%
Key (black)62.7%
Color previews
#115f08 text on a black background
contrast 2.66:1
Card sample
#115f08 text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115f08;
Background color
Panel with #115f08 background
background-color: #115f08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115f08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 95, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 95, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115f08; background: linear-gradient(135deg, #115f08, #085F39);