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