#46641c
a dark, vivid green · cool · closest name: olivedrab
RGB
70, 100, 28
HSL
85°, 56%, 25%
CMYK
30, 0, 72, 61
Luminance
0.1050
Every format
| HEX | #46641c |
| RGB | rgb(70, 100, 28) |
| HSL | hsl(85, 56%, 25%) |
| CMYK | cmyk(30%, 0%, 72%, 61%) |
| LAB | lab(38.7 -23.4 35.7) |
| LCH | lch(38.7 42.7 123.2) |
| OKLCH | oklch(0.464 0.105 129.3) |
Copy-ready code
/* CSS */
color: #46641c;
background-color: #46641c;
/* Tailwind (arbitrary) */
class="text-[#46641c] bg-[#46641c]"
/* SCSS */
$brand: #46641c;
/* SwiftUI */
Color(red: 0.275, green: 0.392, blue: 0.110)
/* Android */
Color.parseColor("#46641c")Accessibility — WCAG contrast
Aa
#46641c on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#46641c on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green39.2%
Blue11.0%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow72.0%
Key (black)60.8%
Color previews
#46641c text on a black background
contrast 3.10:1
Card sample
#46641c text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46641c;
Background color
Panel with #46641c background
background-color: #46641c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46641c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 100, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 100, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46641c; background: linear-gradient(135deg, #46641c, #1C6422);