#338847
a dark, vivid green · cool · closest name: seagreen
RGB
51, 136, 71
HSL
134°, 46%, 37%
CMYK
63, 0, 48, 47
Luminance
0.1877
Every format
| HEX | #338847 |
| RGB | rgb(51, 136, 71) |
| HSL | hsl(134, 46%, 37%) |
| CMYK | cmyk(63%, 0%, 48%, 47%) |
| LAB | lab(50.4 -40.4 27.4) |
| LCH | lch(50.4 48.8 145.8) |
| OKLCH | oklch(0.559 0.128 148.4) |
Copy-ready code
/* CSS */
color: #338847;
background-color: #338847;
/* Tailwind (arbitrary) */
class="text-[#338847] bg-[#338847]"
/* SCSS */
$brand: #338847;
/* SwiftUI */
Color(red: 0.200, green: 0.533, blue: 0.278)
/* Android */
Color.parseColor("#338847")Accessibility — WCAG contrast
Aa
#338847 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#338847 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green53.3%
Blue27.8%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow47.8%
Key (black)46.7%
Color previews
#338847 text on a black background
contrast 4.75:1
Card sample
#338847 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #338847;
Background color
Panel with #338847 background
background-color: #338847;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #338847;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 136, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 136, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #338847; background: linear-gradient(135deg, #338847, #338880);