#338800
a dark, electric green · cool · closest name: green
RGB
51, 136, 0
HSL
98°, 100%, 27%
CMYK
63, 0, 100, 47
Luminance
0.1831
Every format
| HEX | #338800 |
| RGB | rgb(51, 136, 0) |
| HSL | hsl(98, 100%, 27%) |
| CMYK | cmyk(63%, 0%, 100%, 47%) |
| LAB | lab(49.9 -46.6 53.2) |
| LCH | lch(49.9 70.7 131.2) |
| OKLCH | oklch(0.553 0.172 138.4) |
Copy-ready code
/* CSS */
color: #338800;
background-color: #338800;
/* Tailwind (arbitrary) */
class="text-[#338800] bg-[#338800]"
/* SCSS */
$brand: #338800;
/* SwiftUI */
Color(red: 0.200, green: 0.533, blue: 0.000)
/* Android */
Color.parseColor("#338800")Accessibility — WCAG contrast
Aa
#338800 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#338800 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green53.3%
Blue0.0%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow100.0%
Key (black)46.7%
Color previews
#338800 text on a black background
contrast 4.66:1
Card sample
#338800 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #338800;
Background color
Panel with #338800 background
background-color: #338800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #338800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 136, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 136, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #338800; background: linear-gradient(135deg, #338800, #008828);