#466721
a dark, vivid green · cool · closest name: olivedrab
RGB
70, 103, 33
HSL
88°, 52%, 27%
CMYK
32, 0, 68, 60
Luminance
0.1111
Every format
| HEX | #466721 |
| RGB | rgb(70, 103, 33) |
| HSL | hsl(88, 52%, 27%) |
| CMYK | cmyk(32%, 0%, 68%, 60%) |
| LAB | lab(39.8 -24.5 34.6) |
| LCH | lch(39.8 42.4 125.3) |
| OKLCH | oklch(0.472 0.105 131.0) |
Copy-ready code
/* CSS */
color: #466721;
background-color: #466721;
/* Tailwind (arbitrary) */
class="text-[#466721] bg-[#466721]"
/* SCSS */
$brand: #466721;
/* SwiftUI */
Color(red: 0.275, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#466721")Accessibility — WCAG contrast
Aa
#466721 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#466721 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green40.4%
Blue12.9%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#466721 text on a black background
contrast 3.22:1
Card sample
#466721 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #466721;
Background color
Panel with #466721 background
background-color: #466721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #466721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #466721; background: linear-gradient(135deg, #466721, #21672B);