#369673
a dark, vivid green · cool · closest name: seagreen
RGB
54, 150, 115
HSL
158°, 47%, 40%
CMYK
64, 0, 23, 41
Luminance
0.2383
Every format
| HEX | #369673 |
| RGB | rgb(54, 150, 115) |
| HSL | hsl(158, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 23%, 41%) |
| LAB | lab(55.9 -36.7 10.3) |
| LCH | lch(55.9 38.1 164.3) |
| OKLCH | oklch(0.607 0.105 165.4) |
Copy-ready code
/* CSS */
color: #369673;
background-color: #369673;
/* Tailwind (arbitrary) */
class="text-[#369673] bg-[#369673]"
/* SCSS */
$brand: #369673;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.451)
/* Android */
Color.parseColor("#369673")Accessibility — WCAG contrast
Aa
#369673 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369673 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue45.1%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow23.3%
Key (black)41.2%
Color previews
#369673 text on a black background
contrast 5.77:1
Card sample
#369673 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369673;
Background color
Panel with #369673 background
background-color: #369673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369673; background: linear-gradient(135deg, #369673, #367996);