#446721
a dark, vivid green · cool · closest name: olivedrab
RGB
68, 103, 33
HSL
90°, 52%, 27%
CMYK
34, 0, 68, 60
Luminance
0.1104
Every format
| HEX | #446721 |
| RGB | rgb(68, 103, 33) |
| HSL | hsl(90, 52%, 27%) |
| CMYK | cmyk(34%, 0%, 68%, 60%) |
| LAB | lab(39.6 -25.3 34.4) |
| LCH | lch(39.6 42.7 126.4) |
| OKLCH | oklch(0.471 0.106 131.9) |
Copy-ready code
/* CSS */
color: #446721;
background-color: #446721;
/* Tailwind (arbitrary) */
class="text-[#446721] bg-[#446721]"
/* SCSS */
$brand: #446721;
/* SwiftUI */
Color(red: 0.267, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#446721")Accessibility — WCAG contrast
Aa
#446721 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446721 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green40.4%
Blue12.9%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#446721 text on a black background
contrast 3.21:1
Card sample
#446721 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446721;
Background color
Panel with #446721 background
background-color: #446721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446721; background: linear-gradient(135deg, #446721, #21672D);