#46503c
a dark, muted green · cool · closest name: darkslategray
RGB
70, 80, 60
HSL
90°, 14%, 28%
CMYK
13, 0, 25, 69
Luminance
0.0737
Every format
| HEX | #46503c |
| RGB | rgb(70, 80, 60) |
| HSL | hsl(90, 14%, 28%) |
| CMYK | cmyk(13%, 0%, 25%, 69%) |
| LAB | lab(32.6 -8.2 10.5) |
| LCH | lch(32.6 13.3 128.0) |
| OKLCH | oklch(0.416 0.035 129.4) |
Copy-ready code
/* CSS */
color: #46503c;
background-color: #46503c;
/* Tailwind (arbitrary) */
class="text-[#46503c] bg-[#46503c]"
/* SCSS */
$brand: #46503c;
/* SwiftUI */
Color(red: 0.275, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#46503c")Accessibility — WCAG contrast
Aa
#46503c on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46503c on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green31.4%
Blue23.5%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#46503c text on a black background
contrast 2.47:1
Card sample
#46503c text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46503c;
Background color
Panel with #46503c background
background-color: #46503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46503c; background: linear-gradient(135deg, #46503c, #3C503F);