#364310
a deep, vivid green · cool · closest name: darkslategray
RGB
54, 67, 16
HSL
75°, 61%, 16%
CMYK
19, 0, 76, 74
Luminance
0.0484
Every format
| HEX | #364310 |
| RGB | rgb(54, 67, 16) |
| HSL | hsl(75, 61%, 16%) |
| CMYK | cmyk(19%, 0%, 76%, 74%) |
| LAB | lab(26.3 -13.9 28.0) |
| LCH | lch(26.3 31.2 116.5) |
| OKLCH | oklch(0.360 0.075 122.6) |
Copy-ready code
/* CSS */
color: #364310;
background-color: #364310;
/* Tailwind (arbitrary) */
class="text-[#364310] bg-[#364310]"
/* SCSS */
$brand: #364310;
/* SwiftUI */
Color(red: 0.212, green: 0.263, blue: 0.063)
/* Android */
Color.parseColor("#364310")Accessibility — WCAG contrast
Aa
#364310 on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#364310 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green26.3%
Blue6.3%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow76.1%
Key (black)73.7%
Color previews
#364310 text on a black background
contrast 1.97:1
Card sample
#364310 text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #364310;
Background color
Panel with #364310 background
background-color: #364310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #364310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 67, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 67, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #364310; background: linear-gradient(135deg, #364310, #144310);