#369458
a dark, vivid green · cool · closest name: seagreen
RGB
54, 148, 88
HSL
142°, 47%, 40%
CMYK
64, 0, 41, 42
Luminance
0.2267
Every format
| HEX | #369458 |
| RGB | rgb(54, 148, 88) |
| HSL | hsl(142, 47%, 40%) |
| CMYK | cmyk(64%, 0%, 41%, 42%) |
| LAB | lab(54.7 -41.6 23.8) |
| LCH | lch(54.7 47.9 150.3) |
| OKLCH | oklch(0.596 0.127 152.3) |
Copy-ready code
/* CSS */
color: #369458;
background-color: #369458;
/* Tailwind (arbitrary) */
class="text-[#369458] bg-[#369458]"
/* SCSS */
$brand: #369458;
/* SwiftUI */
Color(red: 0.212, green: 0.580, blue: 0.345)
/* Android */
Color.parseColor("#369458")Accessibility — WCAG contrast
Aa
#369458 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369458 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.0%
Blue34.5%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow40.5%
Key (black)42.0%
Color previews
#369458 text on a black background
contrast 5.53:1
Card sample
#369458 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369458;
Background color
Panel with #369458 background
background-color: #369458;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369458;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 148, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 148, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369458; background: linear-gradient(135deg, #369458, #369194);