#337744
a dark, soft green · cool · closest name: seagreen
RGB
51, 119, 68
HSL
135°, 40%, 33%
CMYK
57, 0, 43, 53
Luminance
0.1431
Every format
| HEX | #337744 |
| RGB | rgb(51, 119, 68) |
| HSL | hsl(135, 40%, 33%) |
| CMYK | cmyk(57%, 0%, 43%, 53%) |
| LAB | lab(44.7 -33.6 21.7) |
| LCH | lch(44.7 40.0 147.1) |
| OKLCH | oklch(0.512 0.106 149.4) |
Copy-ready code
/* CSS */
color: #337744;
background-color: #337744;
/* Tailwind (arbitrary) */
class="text-[#337744] bg-[#337744]"
/* SCSS */
$brand: #337744;
/* SwiftUI */
Color(red: 0.200, green: 0.467, blue: 0.267)
/* Android */
Color.parseColor("#337744")Accessibility — WCAG contrast
Aa
#337744 on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#337744 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green46.7%
Blue26.7%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow42.9%
Key (black)53.3%
Color previews
#337744 text on a black background
contrast 3.86:1
Card sample
#337744 text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #337744;
Background color
Panel with #337744 background
background-color: #337744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #337744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 119, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 119, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #337744; background: linear-gradient(135deg, #337744, #337771);