#036713
a deep, electric green · cool · closest name: forestgreen
RGB
3, 103, 19
HSL
130°, 94%, 21%
CMYK
97, 0, 82, 60
Luminance
0.0977
Every format
| HEX | #036713 |
| RGB | rgb(3, 103, 19) |
| HSL | hsl(130, 94%, 21%) |
| CMYK | cmyk(97%, 0%, 82%, 60%) |
| LAB | lab(37.4 -42.9 37.3) |
| LCH | lch(37.4 56.8 138.9) |
| OKLCH | oklch(0.447 0.143 144.1) |
Copy-ready code
/* CSS */
color: #036713;
background-color: #036713;
/* Tailwind (arbitrary) */
class="text-[#036713] bg-[#036713]"
/* SCSS */
$brand: #036713;
/* SwiftUI */
Color(red: 0.012, green: 0.404, blue: 0.075)
/* Android */
Color.parseColor("#036713")Accessibility — WCAG contrast
Aa
#036713 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#036713 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green40.4%
Blue7.5%
CMYK percentages
Cyan97.1%
Magenta0.0%
Yellow81.6%
Key (black)59.6%
Color previews
#036713 text on a black background
contrast 2.95:1
Card sample
#036713 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #036713;
Background color
Panel with #036713 background
background-color: #036713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #036713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 103, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 103, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #036713; background: linear-gradient(135deg, #036713, #036756);