#364c01
a deep, electric green · cool · closest name: olivedrab
RGB
54, 76, 1
HSL
78°, 97%, 15%
CMYK
29, 0, 99, 70
Luminance
0.0596
Every format
| HEX | #364c01 |
| RGB | rgb(54, 76, 1) |
| HSL | hsl(78, 97%, 15%) |
| CMYK | cmyk(29%, 0%, 99%, 70%) |
| LAB | lab(29.3 -19.7 36.8) |
| LCH | lch(29.3 41.7 118.2) |
| OKLCH | oklch(0.384 0.097 126.3) |
Copy-ready code
/* CSS */
color: #364c01;
background-color: #364c01;
/* Tailwind (arbitrary) */
class="text-[#364c01] bg-[#364c01]"
/* SCSS */
$brand: #364c01;
/* SwiftUI */
Color(red: 0.212, green: 0.298, blue: 0.004)
/* Android */
Color.parseColor("#364c01")Accessibility — WCAG contrast
Aa
#364c01 on white: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#364c01 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green29.8%
Blue0.4%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow98.7%
Key (black)70.2%
Color previews
#364c01 text on a black background
contrast 2.19:1
Card sample
#364c01 text on a white background
contrast 9.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #364c01;
Background color
Panel with #364c01 background
background-color: #364c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #364c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 76, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 76, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #364c01; background: linear-gradient(135deg, #364c01, #044C01);