#446521
a dark, vivid green · cool · closest name: olivedrab
RGB
68, 101, 33
HSL
89°, 51%, 26%
CMYK
33, 0, 67, 60
Luminance
0.1065
Every format
| HEX | #446521 |
| RGB | rgb(68, 101, 33) |
| HSL | hsl(89, 51%, 26%) |
| CMYK | cmyk(33%, 0%, 67%, 60%) |
| LAB | lab(39.0 -24.3 33.7) |
| LCH | lch(39.0 41.5 125.8) |
| OKLCH | oklch(0.466 0.103 131.4) |
Copy-ready code
/* CSS */
color: #446521;
background-color: #446521;
/* Tailwind (arbitrary) */
class="text-[#446521] bg-[#446521]"
/* SCSS */
$brand: #446521;
/* SwiftUI */
Color(red: 0.267, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#446521")Accessibility — WCAG contrast
Aa
#446521 on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446521 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green39.6%
Blue12.9%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#446521 text on a black background
contrast 3.13:1
Card sample
#446521 text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446521;
Background color
Panel with #446521 background
background-color: #446521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446521; background: linear-gradient(135deg, #446521, #21652B);