#366c01
a deep, electric green · cool · closest name: olivedrab
RGB
54, 108, 1
HSL
90°, 98%, 21%
CMYK
50, 0, 99, 58
Luminance
0.1151
Every format
| HEX | #366c01 |
| RGB | rgb(54, 108, 1) |
| HSL | hsl(90, 98%, 21%) |
| CMYK | cmyk(50%, 0%, 99%, 58%) |
| LAB | lab(40.4 -34.8 45.5) |
| LCH | lch(40.4 57.3 127.4) |
| OKLCH | oklch(0.475 0.138 135.0) |
Copy-ready code
/* CSS */
color: #366c01;
background-color: #366c01;
/* Tailwind (arbitrary) */
class="text-[#366c01] bg-[#366c01]"
/* SCSS */
$brand: #366c01;
/* SwiftUI */
Color(red: 0.212, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#366c01")Accessibility — WCAG contrast
Aa
#366c01 on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#366c01 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green42.4%
Blue0.4%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow99.1%
Key (black)57.6%
Color previews
#366c01 text on a black background
contrast 3.30:1
Card sample
#366c01 text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #366c01;
Background color
Panel with #366c01 background
background-color: #366c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #366c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #366c01; background: linear-gradient(135deg, #366c01, #016C13);