#036615
a deep, electric green · cool · closest name: forestgreen
RGB
3, 102, 21
HSL
131°, 94%, 21%
CMYK
97, 0, 79, 60
Luminance
0.0958
Every format
| HEX | #036615 |
| RGB | rgb(3, 102, 21) |
| HSL | hsl(131, 94%, 21%) |
| CMYK | cmyk(97%, 0%, 79%, 60%) |
| LAB | lab(37.1 -42.4 36.2) |
| LCH | lch(37.1 55.7 139.5) |
| OKLCH | oklch(0.444 0.141 144.4) |
Copy-ready code
/* CSS */
color: #036615;
background-color: #036615;
/* Tailwind (arbitrary) */
class="text-[#036615] bg-[#036615]"
/* SCSS */
$brand: #036615;
/* SwiftUI */
Color(red: 0.012, green: 0.400, blue: 0.082)
/* Android */
Color.parseColor("#036615")Accessibility — WCAG contrast
Aa
#036615 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#036615 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green40.0%
Blue8.2%
CMYK percentages
Cyan97.1%
Magenta0.0%
Yellow79.4%
Key (black)60.0%
Color previews
#036615 text on a black background
contrast 2.92:1
Card sample
#036615 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #036615;
Background color
Panel with #036615 background
background-color: #036615;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #036615;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 102, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 102, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #036615; background: linear-gradient(135deg, #036615, #036657);