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