#365021
a deep, soft green · cool · closest name: darkslategray
RGB
54, 80, 33
HSL
93°, 42%, 22%
CMYK
33, 0, 59, 69
Luminance
0.0663
Every format
| HEX | #365021 |
| RGB | rgb(54, 80, 33) |
| HSL | hsl(93, 42%, 22%) |
| CMYK | cmyk(33%, 0%, 59%, 69%) |
| LAB | lab(30.9 -19.3 24.3) |
| LCH | lch(30.9 31.1 128.5) |
| OKLCH | oklch(0.398 0.079 132.9) |
Copy-ready code
/* CSS */
color: #365021;
background-color: #365021;
/* Tailwind (arbitrary) */
class="text-[#365021] bg-[#365021]"
/* SCSS */
$brand: #365021;
/* SwiftUI */
Color(red: 0.212, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#365021")Accessibility — WCAG contrast
Aa
#365021 on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#365021 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green31.4%
Blue12.9%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow58.8%
Key (black)68.6%
Color previews
#365021 text on a black background
contrast 2.33:1
Card sample
#365021 text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #365021;
Background color
Panel with #365021 background
background-color: #365021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #365021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #365021; background: linear-gradient(135deg, #365021, #21502B);