#334607
a deep, electric green · cool · closest name: olivedrab
RGB
51, 70, 7
HSL
78°, 82%, 15%
CMYK
27, 0, 90, 73
Luminance
0.0510
Every format
| HEX | #334607 |
| RGB | rgb(51, 70, 7) |
| HSL | hsl(78, 82%, 15%) |
| CMYK | cmyk(27%, 0%, 90%, 73%) |
| LAB | lab(27.0 -17.6 32.3) |
| LCH | lch(27.0 36.8 118.6) |
| OKLCH | oklch(0.365 0.087 125.9) |
Copy-ready code
/* CSS */
color: #334607;
background-color: #334607;
/* Tailwind (arbitrary) */
class="text-[#334607] bg-[#334607]"
/* SCSS */
$brand: #334607;
/* SwiftUI */
Color(red: 0.200, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#334607")Accessibility — WCAG contrast
Aa
#334607 on white: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#334607 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green27.5%
Blue2.7%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow90.0%
Key (black)72.5%
Color previews
#334607 text on a black background
contrast 2.02:1
Card sample
#334607 text on a white background
contrast 10.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #334607;
Background color
Panel with #334607 background
background-color: #334607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #334607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #334607; background: linear-gradient(135deg, #334607, #094607);