#338514
a dark, vivid green · cool · closest name: forestgreen
RGB
51, 133, 20
HSL
104°, 74%, 30%
CMYK
62, 0, 85, 48
Luminance
0.1753
Every format
| HEX | #338514 |
| RGB | rgb(51, 133, 20) |
| HSL | hsl(104, 74%, 30%) |
| CMYK | cmyk(62%, 0%, 85%, 48%) |
| LAB | lab(48.9 -44.7 48.2) |
| LCH | lch(48.9 65.8 132.9) |
| OKLCH | oklch(0.545 0.163 139.2) |
Copy-ready code
/* CSS */
color: #338514;
background-color: #338514;
/* Tailwind (arbitrary) */
class="text-[#338514] bg-[#338514]"
/* SCSS */
$brand: #338514;
/* SwiftUI */
Color(red: 0.200, green: 0.522, blue: 0.078)
/* Android */
Color.parseColor("#338514")Accessibility — WCAG contrast
Aa
#338514 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#338514 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green52.2%
Blue7.8%
CMYK percentages
Cyan61.7%
Magenta0.0%
Yellow85.0%
Key (black)47.8%
Color previews
#338514 text on a black background
contrast 4.51:1
Card sample
#338514 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #338514;
Background color
Panel with #338514 background
background-color: #338514;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #338514;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 133, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 133, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #338514; background: linear-gradient(135deg, #338514, #148540);