#364407
a deep, electric green · cool · closest name: olive
RGB
54, 68, 7
HSL
74°, 81%, 15%
CMYK
21, 0, 90, 73
Luminance
0.0493
Every format
| HEX | #364407 |
| RGB | rgb(54, 68, 7) |
| HSL | hsl(74, 81%, 15%) |
| CMYK | cmyk(21%, 0%, 90%, 73%) |
| LAB | lab(26.6 -15.1 32.0) |
| LCH | lch(26.6 35.4 115.2) |
| OKLCH | oklch(0.362 0.083 122.4) |
Copy-ready code
/* CSS */
color: #364407;
background-color: #364407;
/* Tailwind (arbitrary) */
class="text-[#364407] bg-[#364407]"
/* SCSS */
$brand: #364407;
/* SwiftUI */
Color(red: 0.212, green: 0.267, blue: 0.027)
/* Android */
Color.parseColor("#364407")Accessibility — WCAG contrast
Aa
#364407 on white: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#364407 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green26.7%
Blue2.7%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow89.7%
Key (black)73.3%
Color previews
#364407 text on a black background
contrast 1.99:1
Card sample
#364407 text on a white background
contrast 10.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #364407;
Background color
Panel with #364407 background
background-color: #364407;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #364407;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 68, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 68, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #364407; background: linear-gradient(135deg, #364407, #0D4407);