#336607
a deep, electric green · cool · closest name: olivedrab
RGB
51, 102, 7
HSL
92°, 87%, 21%
CMYK
50, 0, 93, 60
Luminance
0.1022
Every format
| HEX | #336607 |
| RGB | rgb(51, 102, 7) |
| HSL | hsl(92, 87%, 21%) |
| CMYK | cmyk(50%, 0%, 93%, 60%) |
| LAB | lab(38.2 -33.0 42.1) |
| LCH | lch(38.2 53.5 128.1) |
| OKLCH | oklch(0.457 0.130 135.3) |
Copy-ready code
/* CSS */
color: #336607;
background-color: #336607;
/* Tailwind (arbitrary) */
class="text-[#336607] bg-[#336607]"
/* SCSS */
$brand: #336607;
/* SwiftUI */
Color(red: 0.200, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#336607")Accessibility — WCAG contrast
Aa
#336607 on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#336607 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green40.0%
Blue2.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#336607 text on a black background
contrast 3.04:1
Card sample
#336607 text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #336607;
Background color
Panel with #336607 background
background-color: #336607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #336607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #336607; background: linear-gradient(135deg, #336607, #07661A);