#355700
a deep, electric green · cool · closest name: olivedrab
RGB
53, 87, 0
HSL
83°, 100%, 17%
CMYK
39, 0, 100, 66
Luminance
0.0757
Every format
| HEX | #355700 |
| RGB | rgb(53, 87, 0) |
| HSL | hsl(83, 100%, 17%) |
| CMYK | cmyk(39%, 0%, 100%, 66%) |
| LAB | lab(33.1 -25.8 40.0) |
| LCH | lch(33.1 47.6 122.7) |
| OKLCH | oklch(0.414 0.113 130.8) |
Copy-ready code
/* CSS */
color: #355700;
background-color: #355700;
/* Tailwind (arbitrary) */
class="text-[#355700] bg-[#355700]"
/* SCSS */
$brand: #355700;
/* SwiftUI */
Color(red: 0.208, green: 0.341, blue: 0.000)
/* Android */
Color.parseColor("#355700")Accessibility — WCAG contrast
Aa
#355700 on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#355700 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green34.1%
Blue0.0%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow100.0%
Key (black)65.9%
Color previews
#355700 text on a black background
contrast 2.51:1
Card sample
#355700 text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #355700;
Background color
Panel with #355700 background
background-color: #355700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #355700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 87, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 87, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #355700; background: linear-gradient(135deg, #355700, #005705);