#446421
a dark, vivid green · cool · closest name: olivedrab
RGB
68, 100, 33
HSL
89°, 50%, 26%
CMYK
32, 0, 67, 61
Luminance
0.1045
Every format
| HEX | #446421 |
| RGB | rgb(68, 100, 33) |
| HSL | hsl(89, 50%, 26%) |
| CMYK | cmyk(32%, 0%, 67%, 61%) |
| LAB | lab(38.6 -23.8 33.3) |
| LCH | lch(38.6 40.9 125.6) |
| OKLCH | oklch(0.463 0.102 131.1) |
Copy-ready code
/* CSS */
color: #446421;
background-color: #446421;
/* Tailwind (arbitrary) */
class="text-[#446421] bg-[#446421]"
/* SCSS */
$brand: #446421;
/* SwiftUI */
Color(red: 0.267, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#446421")Accessibility — WCAG contrast
Aa
#446421 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446421 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green39.2%
Blue12.9%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#446421 text on a black background
contrast 3.09:1
Card sample
#446421 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446421;
Background color
Panel with #446421 background
background-color: #446421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446421; background: linear-gradient(135deg, #446421, #21642B);