#369062
a dark, vivid green · cool · closest name: seagreen
RGB
54, 144, 98
HSL
149°, 46%, 39%
CMYK
63, 0, 32, 44
Luminance
0.2161
Every format
| HEX | #369062 |
| RGB | rgb(54, 144, 98) |
| HSL | hsl(149, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 32%, 44%) |
| LAB | lab(53.6 -37.9 16.7) |
| LCH | lch(53.6 41.4 156.2) |
| OKLCH | oklch(0.587 0.112 157.7) |
Copy-ready code
/* CSS */
color: #369062;
background-color: #369062;
/* Tailwind (arbitrary) */
class="text-[#369062] bg-[#369062]"
/* SCSS */
$brand: #369062;
/* SwiftUI */
Color(red: 0.212, green: 0.565, blue: 0.384)
/* Android */
Color.parseColor("#369062")Accessibility — WCAG contrast
Aa
#369062 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369062 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.5%
Blue38.4%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow31.9%
Key (black)43.5%
Color previews
#369062 text on a black background
contrast 5.32:1
Card sample
#369062 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369062;
Background color
Panel with #369062 background
background-color: #369062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 144, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 144, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369062; background: linear-gradient(135deg, #369062, #368290);