#369657
a dark, vivid green · cool · closest name: seagreen
RGB
54, 150, 87
HSL
141°, 47%, 40%
CMYK
64, 0, 42, 41
Luminance
0.2329
Every format
| HEX | #369657 |
| RGB | rgb(54, 150, 87) |
| HSL | hsl(141, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 42%, 41%) |
| LAB | lab(55.4 -42.6 25.2) |
| LCH | lch(55.4 49.5 149.4) |
| OKLCH | oklch(0.601 0.131 151.6) |
Copy-ready code
/* CSS */
color: #369657;
background-color: #369657;
/* Tailwind (arbitrary) */
class="text-[#369657] bg-[#369657]"
/* SCSS */
$brand: #369657;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.341)
/* Android */
Color.parseColor("#369657")Accessibility — WCAG contrast
Aa
#369657 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369657 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue34.1%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow42.0%
Key (black)41.2%
Color previews
#369657 text on a black background
contrast 5.66:1
Card sample
#369657 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369657;
Background color
Panel with #369657 background
background-color: #369657;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369657;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369657; background: linear-gradient(135deg, #369657, #369596);