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