#426721
a dark, vivid green · cool · closest name: olivedrab
RGB
66, 103, 33
HSL
92°, 52%, 27%
CMYK
36, 0, 68, 60
Luminance
0.1097
Every format
| HEX | #426721 |
| RGB | rgb(66, 103, 33) |
| HSL | hsl(92, 52%, 27%) |
| CMYK | cmyk(36%, 0%, 68%, 60%) |
| LAB | lab(39.5 -26.1 34.2) |
| LCH | lch(39.5 43.0 127.3) |
| OKLCH | oklch(0.470 0.107 132.9) |
Copy-ready code
/* CSS */
color: #426721;
background-color: #426721;
/* Tailwind (arbitrary) */
class="text-[#426721] bg-[#426721]"
/* SCSS */
$brand: #426721;
/* SwiftUI */
Color(red: 0.259, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#426721")Accessibility — WCAG contrast
Aa
#426721 on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#426721 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green40.4%
Blue12.9%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#426721 text on a black background
contrast 3.19:1
Card sample
#426721 text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #426721;
Background color
Panel with #426721 background
background-color: #426721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #426721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #426721; background: linear-gradient(135deg, #426721, #21672F);