#426621
a dark, vivid green · cool · closest name: olivedrab
RGB
66, 102, 33
HSL
91°, 51%, 27%
CMYK
35, 0, 68, 60
Luminance
0.1077
Every format
| HEX | #426621 |
| RGB | rgb(66, 102, 33) |
| HSL | hsl(91, 51%, 27%) |
| CMYK | cmyk(35%, 0%, 68%, 60%) |
| LAB | lab(39.2 -25.6 33.9) |
| LCH | lch(39.2 42.5 127.1) |
| OKLCH | oklch(0.467 0.106 132.6) |
Copy-ready code
/* CSS */
color: #426621;
background-color: #426621;
/* Tailwind (arbitrary) */
class="text-[#426621] bg-[#426621]"
/* SCSS */
$brand: #426621;
/* SwiftUI */
Color(red: 0.259, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#426621")Accessibility — WCAG contrast
Aa
#426621 on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#426621 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green40.0%
Blue12.9%
CMYK percentages
Cyan35.3%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#426621 text on a black background
contrast 3.15:1
Card sample
#426621 text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #426621;
Background color
Panel with #426621 background
background-color: #426621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #426621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #426621; background: linear-gradient(135deg, #426621, #21662E);