#446513
a deep, vivid green · cool · closest name: olivedrab
RGB
68, 101, 19
HSL
84°, 68%, 24%
CMYK
33, 0, 81, 60
Luminance
0.1058
Every format
| HEX | #446513 |
| RGB | rgb(68, 101, 19) |
| HSL | hsl(84, 68%, 24%) |
| CMYK | cmyk(33%, 0%, 81%, 60%) |
| LAB | lab(38.9 -25.4 39.5) |
| LCH | lch(38.9 46.9 122.8) |
| OKLCH | oklch(0.465 0.114 129.6) |
Copy-ready code
/* CSS */
color: #446513;
background-color: #446513;
/* Tailwind (arbitrary) */
class="text-[#446513] bg-[#446513]"
/* SCSS */
$brand: #446513;
/* SwiftUI */
Color(red: 0.267, green: 0.396, blue: 0.075)
/* Android */
Color.parseColor("#446513")Accessibility — WCAG contrast
Aa
#446513 on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446513 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green39.6%
Blue7.5%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow81.2%
Key (black)60.4%
Color previews
#446513 text on a black background
contrast 3.12:1
Card sample
#446513 text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446513;
Background color
Panel with #446513 background
background-color: #446513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 101, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 101, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446513; background: linear-gradient(135deg, #446513, #136519);