#006400
a deep, electric green · cool · closest name: green
RGB
0, 100, 0
HSL
120°, 100%, 20%
CMYK
100, 0, 100, 61
Luminance
0.0911
Every format
| HEX | #006400 |
| RGB | rgb(0, 100, 0) |
| HSL | hsl(120, 100%, 20%) |
| CMYK | cmyk(100%, 0%, 100%, 61%) |
| LAB | lab(36.2 -43.4 41.9) |
| LCH | lch(36.2 60.3 136.0) |
| OKLCH | oklch(0.436 0.148 142.5) |
Copy-ready code
/* CSS */
color: #006400;
background-color: #006400;
/* Tailwind (arbitrary) */
class="text-[#006400] bg-[#006400]"
/* SCSS */
$brand: #006400;
/* SwiftUI */
Color(red: 0.000, green: 0.392, blue: 0.000)
/* Android */
Color.parseColor("#006400")Accessibility — WCAG contrast
Aa
#006400 on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#006400 on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green39.2%
Blue0.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow100.0%
Key (black)60.8%
Color previews
#006400 text on a black background
contrast 2.82:1
Card sample
#006400 text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006400;
Background color
Panel with #006400 background
background-color: #006400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 100, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 100, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006400; background: linear-gradient(135deg, #006400, #006443);