#436421
a dark, vivid green · cool · closest name: olivedrab
RGB
67, 100, 33
HSL
90°, 50%, 26%
CMYK
33, 0, 67, 61
Luminance
0.1042
Every format
| HEX | #436421 |
| RGB | rgb(67, 100, 33) |
| HSL | hsl(90, 50%, 26%) |
| CMYK | cmyk(33%, 0%, 67%, 61%) |
| LAB | lab(38.6 -24.2 33.2) |
| LCH | lch(38.6 41.1 126.1) |
| OKLCH | oklch(0.462 0.102 131.6) |
Copy-ready code
/* CSS */
color: #436421;
background-color: #436421;
/* Tailwind (arbitrary) */
class="text-[#436421] bg-[#436421]"
/* SCSS */
$brand: #436421;
/* SwiftUI */
Color(red: 0.263, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#436421")Accessibility — WCAG contrast
Aa
#436421 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#436421 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green39.2%
Blue12.9%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#436421 text on a black background
contrast 3.08:1
Card sample
#436421 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #436421;
Background color
Panel with #436421 background
background-color: #436421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #436421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #436421; background: linear-gradient(135deg, #436421, #21642C);