#364508
a deep, electric green · cool · closest name: olive
RGB
54, 69, 8
HSL
75°, 79%, 15%
CMYK
22, 0, 88, 73
Luminance
0.0506
Every format
| HEX | #364508 |
| RGB | rgb(54, 69, 8) |
| HSL | hsl(75, 79%, 15%) |
| CMYK | cmyk(22%, 0%, 88%, 73%) |
| LAB | lab(26.9 -15.6 31.9) |
| LCH | lch(26.9 35.5 116.0) |
| OKLCH | oklch(0.364 0.084 123.2) |
Copy-ready code
/* CSS */
color: #364508;
background-color: #364508;
/* Tailwind (arbitrary) */
class="text-[#364508] bg-[#364508]"
/* SCSS */
$brand: #364508;
/* SwiftUI */
Color(red: 0.212, green: 0.271, blue: 0.031)
/* Android */
Color.parseColor("#364508")Accessibility — WCAG contrast
Aa
#364508 on white: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#364508 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green27.1%
Blue3.1%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow88.4%
Key (black)72.9%
Color previews
#364508 text on a black background
contrast 2.01:1
Card sample
#364508 text on a white background
contrast 10.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #364508;
Background color
Panel with #364508 background
background-color: #364508;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #364508;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 69, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 69, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #364508; background: linear-gradient(135deg, #364508, #0D4508);