#46643f
a dark, soft green · cool · closest name: darkslategray
RGB
70, 100, 63
HSL
109°, 23%, 32%
CMYK
30, 0, 37, 61
Luminance
0.1078
Every format
| HEX | #46643f |
| RGB | rgb(70, 100, 63) |
| HSL | hsl(109, 23%, 32%) |
| CMYK | cmyk(30%, 0%, 37%, 61%) |
| LAB | lab(39.2 -19.0 17.6) |
| LCH | lch(39.2 25.9 137.2) |
| OKLCH | oklch(0.469 0.068 139.8) |
Copy-ready code
/* CSS */
color: #46643f;
background-color: #46643f;
/* Tailwind (arbitrary) */
class="text-[#46643f] bg-[#46643f]"
/* SCSS */
$brand: #46643f;
/* SwiftUI */
Color(red: 0.275, green: 0.392, blue: 0.247)
/* Android */
Color.parseColor("#46643f")Accessibility — WCAG contrast
Aa
#46643f on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#46643f on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green39.2%
Blue24.7%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow37.0%
Key (black)60.8%
Color previews
#46643f text on a black background
contrast 3.16:1
Card sample
#46643f text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46643f;
Background color
Panel with #46643f background
background-color: #46643f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46643f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 100, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 100, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46643f; background: linear-gradient(135deg, #46643f, #3F6451);