#337033
a dark, soft green · cool · closest name: seagreen
RGB
51, 112, 51
HSL
120°, 37%, 32%
CMYK
55, 0, 55, 56
Luminance
0.1253
Every format
| HEX | #337033 |
| RGB | rgb(51, 112, 51) |
| HSL | hsl(120, 37%, 32%) |
| CMYK | cmyk(55%, 0%, 55%, 56%) |
| LAB | lab(42.0 -33.3 27.8) |
| LCH | lch(42.0 43.4 140.2) |
| OKLCH | oklch(0.489 0.113 143.6) |
Copy-ready code
/* CSS */
color: #337033;
background-color: #337033;
/* Tailwind (arbitrary) */
class="text-[#337033] bg-[#337033]"
/* SCSS */
$brand: #337033;
/* SwiftUI */
Color(red: 0.200, green: 0.439, blue: 0.200)
/* Android */
Color.parseColor("#337033")Accessibility — WCAG contrast
Aa
#337033 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#337033 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green43.9%
Blue20.0%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow54.5%
Key (black)56.1%
Color previews
#337033 text on a black background
contrast 3.51:1
Card sample
#337033 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #337033;
Background color
Panel with #337033 background
background-color: #337033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #337033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 112, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 112, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #337033; background: linear-gradient(135deg, #337033, #33705C);