#416421
a dark, vivid green · cool · closest name: olivedrab
RGB
65, 100, 33
HSL
91°, 50%, 26%
CMYK
35, 0, 67, 61
Luminance
0.1035
Every format
| HEX | #416421 |
| RGB | rgb(65, 100, 33) |
| HSL | hsl(91, 50%, 26%) |
| CMYK | cmyk(35%, 0%, 67%, 61%) |
| LAB | lab(38.5 -25.0 33.0) |
| LCH | lch(38.5 41.5 127.1) |
| OKLCH | oklch(0.461 0.104 132.6) |
Copy-ready code
/* CSS */
color: #416421;
background-color: #416421;
/* Tailwind (arbitrary) */
class="text-[#416421] bg-[#416421]"
/* SCSS */
$brand: #416421;
/* SwiftUI */
Color(red: 0.255, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#416421")Accessibility — WCAG contrast
Aa
#416421 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#416421 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green39.2%
Blue12.9%
CMYK percentages
Cyan35.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#416421 text on a black background
contrast 3.07:1
Card sample
#416421 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #416421;
Background color
Panel with #416421 background
background-color: #416421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #416421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #416421; background: linear-gradient(135deg, #416421, #21642E);