#369147
a dark, vivid green · cool · closest name: seagreen
RGB
54, 145, 71
HSL
131°, 46%, 39%
CMYK
63, 0, 51, 43
Luminance
0.2149
Every format
| HEX | #369147 |
| RGB | rgb(54, 145, 71) |
| HSL | hsl(131, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 51%, 43%) |
| LAB | lab(53.5 -43.3 31.3) |
| LCH | lch(53.5 53.4 144.2) |
| OKLCH | oklch(0.584 0.139 147.1) |
Copy-ready code
/* CSS */
color: #369147;
background-color: #369147;
/* Tailwind (arbitrary) */
class="text-[#369147] bg-[#369147]"
/* SCSS */
$brand: #369147;
/* SwiftUI */
Color(red: 0.212, green: 0.569, blue: 0.278)
/* Android */
Color.parseColor("#369147")Accessibility — WCAG contrast
Aa
#369147 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369147 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.9%
Blue27.8%
CMYK percentages
Cyan62.8%
Magenta0.0%
Yellow51.0%
Key (black)43.1%
Color previews
#369147 text on a black background
contrast 5.30:1
Card sample
#369147 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369147;
Background color
Panel with #369147 background
background-color: #369147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 145, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 145, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369147; background: linear-gradient(135deg, #369147, #369184);