#467f13
a dark, vivid green · cool · closest name: olivedrab
RGB
70, 127, 19
HSL
92°, 74%, 29%
CMYK
45, 0, 85, 50
Luminance
0.1653
Every format
| HEX | #467f13 |
| RGB | rgb(70, 127, 19) |
| HSL | hsl(92, 74%, 29%) |
| CMYK | cmyk(45%, 0%, 85%, 50%) |
| LAB | lab(47.7 -36.5 47.6) |
| LCH | lch(47.7 60.0 127.5) |
| OKLCH | oklch(0.537 0.146 134.5) |
Copy-ready code
/* CSS */
color: #467f13;
background-color: #467f13;
/* Tailwind (arbitrary) */
class="text-[#467f13] bg-[#467f13]"
/* SCSS */
$brand: #467f13;
/* SwiftUI */
Color(red: 0.275, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#467f13")Accessibility — WCAG contrast
Aa
#467f13 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#467f13 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green49.8%
Blue7.5%
CMYK percentages
Cyan44.9%
Magenta0.0%
Yellow85.0%
Key (black)50.2%
Color previews
#467f13 text on a black background
contrast 4.31:1
Card sample
#467f13 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #467f13;
Background color
Panel with #467f13 background
background-color: #467f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #467f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #467f13; background: linear-gradient(135deg, #467f13, #137F28);