#355007
a deep, electric green · cool · closest name: olivedrab
RGB
53, 80, 7
HSL
82°, 84%, 17%
CMYK
34, 0, 91, 69
Luminance
0.0651
Every format
| HEX | #355007 |
| RGB | rgb(53, 80, 7) |
| HSL | hsl(82, 84%, 17%) |
| CMYK | cmyk(34%, 0%, 91%, 69%) |
| LAB | lab(30.7 -21.9 35.6) |
| LCH | lch(30.7 41.8 121.6) |
| OKLCH | oklch(0.395 0.100 129.1) |
Copy-ready code
/* CSS */
color: #355007;
background-color: #355007;
/* Tailwind (arbitrary) */
class="text-[#355007] bg-[#355007]"
/* SCSS */
$brand: #355007;
/* SwiftUI */
Color(red: 0.208, green: 0.314, blue: 0.027)
/* Android */
Color.parseColor("#355007")Accessibility — WCAG contrast
Aa
#355007 on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#355007 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green31.4%
Blue2.7%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow91.3%
Key (black)68.6%
Color previews
#355007 text on a black background
contrast 2.30:1
Card sample
#355007 text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #355007;
Background color
Panel with #355007 background
background-color: #355007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #355007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 80, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 80, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #355007; background: linear-gradient(135deg, #355007, #07500A);