#366621
a dark, vivid green · cool · closest name: seagreen
RGB
54, 102, 33
HSL
102°, 51%, 27%
CMYK
47, 0, 68, 60
Luminance
0.1040
Every format
| HEX | #366621 |
| RGB | rgb(54, 102, 33) |
| HSL | hsl(102, 51%, 27%) |
| CMYK | cmyk(47%, 0%, 68%, 60%) |
| LAB | lab(38.5 -30.1 33.0) |
| LCH | lch(38.5 44.7 132.4) |
| OKLCH | oklch(0.460 0.113 137.5) |
Copy-ready code
/* CSS */
color: #366621;
background-color: #366621;
/* Tailwind (arbitrary) */
class="text-[#366621] bg-[#366621]"
/* SCSS */
$brand: #366621;
/* SwiftUI */
Color(red: 0.212, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#366621")Accessibility — WCAG contrast
Aa
#366621 on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#366621 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green40.0%
Blue12.9%
CMYK percentages
Cyan47.1%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#366621 text on a black background
contrast 3.08:1
Card sample
#366621 text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #366621;
Background color
Panel with #366621 background
background-color: #366621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #366621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #366621; background: linear-gradient(135deg, #366621, #21663A);