#369352
a dark, vivid green · cool · closest name: seagreen
RGB
54, 147, 82
HSL
138°, 46%, 39%
CMYK
63, 0, 44, 42
Luminance
0.2226
Every format
| HEX | #369352 |
| RGB | rgb(54, 147, 82) |
| HSL | hsl(138, 46%, 39%) |
| CMYK | cmyk(63%, 0%, 44%, 42%) |
| LAB | lab(54.3 -42.3 26.5) |
| LCH | lch(54.3 49.9 147.9) |
| OKLCH | oklch(0.592 0.132 150.3) |
Copy-ready code
/* CSS */
color: #369352;
background-color: #369352;
/* Tailwind (arbitrary) */
class="text-[#369352] bg-[#369352]"
/* SCSS */
$brand: #369352;
/* SwiftUI */
Color(red: 0.212, green: 0.576, blue: 0.322)
/* Android */
Color.parseColor("#369352")Accessibility — WCAG contrast
Aa
#369352 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369352 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green57.6%
Blue32.2%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow44.2%
Key (black)42.4%
Color previews
#369352 text on a black background
contrast 5.45:1
Card sample
#369352 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369352;
Background color
Panel with #369352 background
background-color: #369352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 147, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 147, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369352; background: linear-gradient(135deg, #369352, #369390);