#337700
a deep, electric green · cool · closest name: green
RGB
51, 119, 0
HSL
94°, 100%, 23%
CMYK
57, 0, 100, 53
Luminance
0.1390
Every format
| HEX | #337700 |
| RGB | rgb(51, 119, 0) |
| HSL | hsl(94, 100%, 23%) |
| CMYK | cmyk(57%, 0%, 100%, 53%) |
| LAB | lab(44.1 -40.2 48.6) |
| LCH | lch(44.1 63.1 129.6) |
| OKLCH | oklch(0.505 0.153 137.0) |
Copy-ready code
/* CSS */
color: #337700;
background-color: #337700;
/* Tailwind (arbitrary) */
class="text-[#337700] bg-[#337700]"
/* SCSS */
$brand: #337700;
/* SwiftUI */
Color(red: 0.200, green: 0.467, blue: 0.000)
/* Android */
Color.parseColor("#337700")Accessibility — WCAG contrast
Aa
#337700 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#337700 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green46.7%
Blue0.0%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow100.0%
Key (black)53.3%
Color previews
#337700 text on a black background
contrast 3.78:1
Card sample
#337700 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #337700;
Background color
Panel with #337700 background
background-color: #337700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #337700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 119, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 119, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #337700; background: linear-gradient(135deg, #337700, #00771C);