#467920
a dark, vivid green · cool · closest name: olivedrab
RGB
70, 121, 32
HSL
94°, 58%, 30%
CMYK
42, 0, 74, 53
Luminance
0.1508
Every format
| HEX | #467920 |
| RGB | rgb(70, 121, 32) |
| HSL | hsl(94, 58%, 30%) |
| CMYK | cmyk(42%, 0%, 74%, 53%) |
| LAB | lab(45.7 -33.1 41.3) |
| LCH | lch(45.7 52.9 128.7) |
| OKLCH | oklch(0.521 0.131 134.7) |
Copy-ready code
/* CSS */
color: #467920;
background-color: #467920;
/* Tailwind (arbitrary) */
class="text-[#467920] bg-[#467920]"
/* SCSS */
$brand: #467920;
/* SwiftUI */
Color(red: 0.275, green: 0.475, blue: 0.125)
/* Android */
Color.parseColor("#467920")Accessibility — WCAG contrast
Aa
#467920 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#467920 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green47.5%
Blue12.5%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow73.6%
Key (black)52.5%
Color previews
#467920 text on a black background
contrast 4.02:1
Card sample
#467920 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #467920;
Background color
Panel with #467920 background
background-color: #467920;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #467920;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 121, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 121, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #467920; background: linear-gradient(135deg, #467920, #207935);