#337711
a dark, electric green · cool · closest name: forestgreen
RGB
51, 119, 17
HSL
100°, 75%, 27%
CMYK
57, 0, 86, 53
Luminance
0.1394
Every format
| HEX | #337711 |
| RGB | rgb(51, 119, 17) |
| HSL | hsl(100, 75%, 27%) |
| CMYK | cmyk(57%, 0%, 86%, 53%) |
| LAB | lab(44.1 -39.5 44.7) |
| LCH | lch(44.1 59.7 131.5) |
| OKLCH | oklch(0.505 0.147 138.0) |
Copy-ready code
/* CSS */
color: #337711;
background-color: #337711;
/* Tailwind (arbitrary) */
class="text-[#337711] bg-[#337711]"
/* SCSS */
$brand: #337711;
/* SwiftUI */
Color(red: 0.200, green: 0.467, blue: 0.067)
/* Android */
Color.parseColor("#337711")Accessibility — WCAG contrast
Aa
#337711 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#337711 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green46.7%
Blue6.7%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow85.7%
Key (black)53.3%
Color previews
#337711 text on a black background
contrast 3.79:1
Card sample
#337711 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #337711;
Background color
Panel with #337711 background
background-color: #337711;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #337711;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 119, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 119, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #337711; background: linear-gradient(135deg, #337711, #117733);