#036601
a deep, electric green · cool · closest name: green
RGB
3, 102, 1
HSL
119°, 98%, 20%
CMYK
97, 0, 99, 60
Luminance
0.0952
Every format
| HEX | #036601 |
| RGB | rgb(3, 102, 1) |
| HSL | hsl(119, 98%, 20%) |
| CMYK | cmyk(97%, 0%, 99%, 60%) |
| LAB | lab(37.0 -43.6 42.2) |
| LCH | lch(37.0 60.7 135.9) |
| OKLCH | oklch(0.443 0.149 142.4) |
Copy-ready code
/* CSS */
color: #036601;
background-color: #036601;
/* Tailwind (arbitrary) */
class="text-[#036601] bg-[#036601]"
/* SCSS */
$brand: #036601;
/* SwiftUI */
Color(red: 0.012, green: 0.400, blue: 0.004)
/* Android */
Color.parseColor("#036601")Accessibility — WCAG contrast
Aa
#036601 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#036601 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green40.0%
Blue0.4%
CMYK percentages
Cyan97.1%
Magenta0.0%
Yellow99.0%
Key (black)60.0%
Color previews
#036601 text on a black background
contrast 2.90:1
Card sample
#036601 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #036601;
Background color
Panel with #036601 background
background-color: #036601;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #036601;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 102, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 102, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #036601; background: linear-gradient(135deg, #036601, #016642);