#369059
a dark, vivid green · cool · “seagreen”
RGB
54, 144, 89
HSL
143°, 46%, 39%
CMYK
63, 0, 38, 44
Luminance
0.2145
Every format
| HEX | #369059 |
| RGB | rgb(54, 144, 89) |
| HSL | hsl(143, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 38%, 44%) |
| LAB | lab(53.4 -39.8 21.5) |
| LCH | lch(53.4 45.2 151.6) |
| OKLCH | oklch(0.585 0.120 153.4) |
Copy-ready code
/* CSS */
color: #369059;
background-color: #369059;
/* Tailwind (arbitrary) */
class="text-[#369059] bg-[#369059]"
/* SCSS */
$brand: #369059;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.349)
/* Android */
Color.parseColor("#369059")Accessibility — WCAG contrast
Aa
#369059 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369059 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue34.9%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow38.2%
Key (black)43.5%
Color previews
#369059 text on a black background
contrast 5.29:1
Card sample
#369059 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369059;
Background color
Panel with #369059 background
background-color: #369059;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369059;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369059; background: linear-gradient(135deg, #369059, #368B90);