#416021
a dark, vivid green · cool · closest name: seagreen
RGB
65, 96, 33
HSL
90°, 49%, 25%
CMYK
32, 0, 66, 62
Luminance
0.0960
Every format
| HEX | #416021 |
| RGB | rgb(65, 96, 33) |
| HSL | hsl(90, 49%, 25%) |
| CMYK | cmyk(32%, 0%, 66%, 62%) |
| LAB | lab(37.1 -23.0 31.6) |
| LCH | lch(37.1 39.1 126.1) |
| OKLCH | oklch(0.450 0.098 131.5) |
Copy-ready code
/* CSS */
color: #416021;
background-color: #416021;
/* Tailwind (arbitrary) */
class="text-[#416021] bg-[#416021]"
/* SCSS */
$brand: #416021;
/* SwiftUI */
Color(red: 0.255, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#416021")Accessibility — WCAG contrast
Aa
#416021 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#416021 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green37.6%
Blue12.9%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#416021 text on a black background
contrast 2.92:1
Card sample
#416021 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #416021;
Background color
Panel with #416021 background
background-color: #416021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #416021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #416021; background: linear-gradient(135deg, #416021, #21602B);