#446321
a dark, vivid green · cool · closest name: olivedrab
RGB
68, 99, 33
HSL
88°, 50%, 26%
CMYK
31, 0, 67, 61
Luminance
0.1026
Every format
| HEX | #446321 |
| RGB | rgb(68, 99, 33) |
| HSL | hsl(88, 50%, 26%) |
| CMYK | cmyk(31%, 0%, 67%, 61%) |
| LAB | lab(38.3 -23.3 32.9) |
| LCH | lch(38.3 40.4 125.3) |
| OKLCH | oklch(0.460 0.100 130.8) |
Copy-ready code
/* CSS */
color: #446321;
background-color: #446321;
/* Tailwind (arbitrary) */
class="text-[#446321] bg-[#446321]"
/* SCSS */
$brand: #446321;
/* SwiftUI */
Color(red: 0.267, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#446321")Accessibility — WCAG contrast
Aa
#446321 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446321 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green38.8%
Blue12.9%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#446321 text on a black background
contrast 3.05:1
Card sample
#446321 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446321;
Background color
Panel with #446321 background
background-color: #446321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446321; background: linear-gradient(135deg, #446321, #21632A);