#466021
a dark, vivid green · cool · closest name: olivedrab
RGB
70, 96, 33
HSL
85°, 49%, 25%
CMYK
27, 0, 66, 62
Luminance
0.0978
Every format
| HEX | #466021 |
| RGB | rgb(70, 96, 33) |
| HSL | hsl(85, 49%, 25%) |
| CMYK | cmyk(27%, 0%, 66%, 62%) |
| LAB | lab(37.4 -20.9 32.0) |
| LCH | lch(37.4 38.3 123.2) |
| OKLCH | oklch(0.454 0.095 128.6) |
Copy-ready code
/* CSS */
color: #466021;
background-color: #466021;
/* Tailwind (arbitrary) */
class="text-[#466021] bg-[#466021]"
/* SCSS */
$brand: #466021;
/* SwiftUI */
Color(red: 0.275, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#466021")Accessibility — WCAG contrast
Aa
#466021 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#466021 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green37.6%
Blue12.9%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#466021 text on a black background
contrast 2.96:1
Card sample
#466021 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #466021;
Background color
Panel with #466021 background
background-color: #466021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #466021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #466021; background: linear-gradient(135deg, #466021, #216026);