#365621
a deep, soft green · cool · closest name: seagreen
RGB
54, 86, 33
HSL
96°, 45%, 23%
CMYK
37, 0, 62, 66
Luminance
0.0755
Every format
| HEX | #365621 |
| RGB | rgb(54, 86, 33) |
| HSL | hsl(96, 45%, 23%) |
| CMYK | cmyk(37%, 0%, 62%, 66%) |
| LAB | lab(33.0 -22.4 26.8) |
| LCH | lch(33.0 34.9 130.0) |
| OKLCH | oklch(0.415 0.088 134.7) |
Copy-ready code
/* CSS */
color: #365621;
background-color: #365621;
/* Tailwind (arbitrary) */
class="text-[#365621] bg-[#365621]"
/* SCSS */
$brand: #365621;
/* SwiftUI */
Color(red: 0.212, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#365621")Accessibility — WCAG contrast
Aa
#365621 on white: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#365621 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green33.7%
Blue12.9%
CMYK percentages
Cyan37.2%
Magenta0.0%
Yellow61.6%
Key (black)66.3%
Color previews
#365621 text on a black background
contrast 2.51:1
Card sample
#365621 text on a white background
contrast 8.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #365621;
Background color
Panel with #365621 background
background-color: #365621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #365621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #365621; background: linear-gradient(135deg, #365621, #21562F);