#426321
a dark, vivid green · cool · closest name: olivedrab
RGB
66, 99, 33
HSL
90°, 50%, 26%
CMYK
33, 0, 67, 61
Luminance
0.1019
Every format
| HEX | #426321 |
| RGB | rgb(66, 99, 33) |
| HSL | hsl(90, 50%, 26%) |
| CMYK | cmyk(33%, 0%, 67%, 61%) |
| LAB | lab(38.2 -24.1 32.8) |
| LCH | lch(38.2 40.7 126.4) |
| OKLCH | oklch(0.459 0.102 131.8) |
Copy-ready code
/* CSS */
color: #426321;
background-color: #426321;
/* Tailwind (arbitrary) */
class="text-[#426321] bg-[#426321]"
/* SCSS */
$brand: #426321;
/* SwiftUI */
Color(red: 0.259, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#426321")Accessibility — WCAG contrast
Aa
#426321 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#426321 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green38.8%
Blue12.9%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#426321 text on a black background
contrast 3.04:1
Card sample
#426321 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #426321;
Background color
Panel with #426321 background
background-color: #426321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #426321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #426321; background: linear-gradient(135deg, #426321, #21632C);