#064421
a deep, electric green · cool · closest name: darkslategray
RGB
6, 68, 33
HSL
146°, 84%, 15%
CMYK
91, 0, 52, 73
Luminance
0.0428
Every format
| HEX | #064421 |
| RGB | rgb(6, 68, 33) |
| HSL | hsl(146, 84%, 15%) |
| CMYK | cmyk(91%, 0%, 52%, 73%) |
| LAB | lab(24.6 -27.9 16.0) |
| LCH | lch(24.6 32.2 150.1) |
| OKLCH | oklch(0.341 0.085 152.3) |
Copy-ready code
/* CSS */
color: #064421;
background-color: #064421;
/* Tailwind (arbitrary) */
class="text-[#064421] bg-[#064421]"
/* SCSS */
$brand: #064421;
/* SwiftUI */
Color(red: 0.024, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#064421")Accessibility — WCAG contrast
Aa
#064421 on white: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#064421 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green26.7%
Blue12.9%
CMYK percentages
Cyan91.2%
Magenta0.0%
Yellow51.5%
Key (black)73.3%
Color previews
#064421 text on a black background
contrast 1.86:1
Card sample
#064421 text on a white background
contrast 11.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #064421;
Background color
Panel with #064421 background
background-color: #064421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #064421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #064421; background: linear-gradient(135deg, #064421, #063E44);