#369151
a dark, vivid green · cool · closest name: seagreen
RGB
54, 145, 81
HSL
138°, 46%, 39%
CMYK
63, 0, 44, 43
Luminance
0.2163
Every format
| HEX | #369151 |
| RGB | rgb(54, 145, 81) |
| HSL | hsl(138, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 44%, 43%) |
| LAB | lab(53.6 -41.6 26.2) |
| LCH | lch(53.6 49.2 147.9) |
| OKLCH | oklch(0.586 0.130 150.2) |
Copy-ready code
/* CSS */
color: #369151;
background-color: #369151;
/* Tailwind (arbitrary) */
class="text-[#369151] bg-[#369151]"
/* SCSS */
$brand: #369151;
/* SwiftUI */
Color(red: 0.212, green: 0.569, blue: 0.318)
/* Android */
Color.parseColor("#369151")Accessibility — WCAG contrast
Aa
#369151 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369151 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.9%
Blue31.8%
CMYK percentages
Cyan62.8%
Magenta0.0%
Yellow44.1%
Key (black)43.1%
Color previews
#369151 text on a black background
contrast 5.33:1
Card sample
#369151 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369151;
Background color
Panel with #369151 background
background-color: #369151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 145, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 145, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369151; background: linear-gradient(135deg, #369151, #36918E);