#467821
a dark, vivid green · cool · closest name: olivedrab
RGB
70, 120, 33
HSL
95°, 57%, 30%
CMYK
42, 0, 73, 53
Luminance
0.1484
Every format
| HEX | #467821 |
| RGB | rgb(70, 120, 33) |
| HSL | hsl(95, 57%, 30%) |
| CMYK | cmyk(42%, 0%, 73%, 53%) |
| LAB | lab(45.4 -32.6 40.5) |
| LCH | lch(45.4 52.0 128.8) |
| OKLCH | oklch(0.518 0.129 134.7) |
Copy-ready code
/* CSS */
color: #467821;
background-color: #467821;
/* Tailwind (arbitrary) */
class="text-[#467821] bg-[#467821]"
/* SCSS */
$brand: #467821;
/* SwiftUI */
Color(red: 0.275, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#467821")Accessibility — WCAG contrast
Aa
#467821 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#467821 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green47.1%
Blue12.9%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow72.5%
Key (black)52.9%
Color previews
#467821 text on a black background
contrast 3.97:1
Card sample
#467821 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #467821;
Background color
Panel with #467821 background
background-color: #467821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #467821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #467821; background: linear-gradient(135deg, #467821, #217836);