#446113
a deep, vivid green · cool · closest name: olivedrab
RGB
68, 97, 19
HSL
82°, 67%, 23%
CMYK
30, 0, 80, 62
Luminance
0.0983
Every format
| HEX | #446113 |
| RGB | rgb(68, 97, 19) |
| HSL | hsl(82, 67%, 23%) |
| CMYK | cmyk(30%, 0%, 80%, 62%) |
| LAB | lab(37.5 -23.4 38.2) |
| LCH | lch(37.5 44.8 121.5) |
| OKLCH | oklch(0.454 0.108 128.3) |
Copy-ready code
/* CSS */
color: #446113;
background-color: #446113;
/* Tailwind (arbitrary) */
class="text-[#446113] bg-[#446113]"
/* SCSS */
$brand: #446113;
/* SwiftUI */
Color(red: 0.267, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#446113")Accessibility — WCAG contrast
Aa
#446113 on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#446113 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green38.0%
Blue7.5%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow80.4%
Key (black)62.0%
Color previews
#446113 text on a black background
contrast 2.97:1
Card sample
#446113 text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446113;
Background color
Panel with #446113 background
background-color: #446113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446113; background: linear-gradient(135deg, #446113, #136116);