#495f3f
a dark, soft green · cool · closest name: darkslategray
RGB
73, 95, 63
HSL
101°, 20%, 31%
CMYK
23, 0, 34, 63
Luminance
0.0996
Every format
| HEX | #495f3f |
| RGB | rgb(73, 95, 63) |
| HSL | hsl(101, 20%, 31%) |
| CMYK | cmyk(23%, 0%, 34%, 63%) |
| LAB | lab(37.8 -15.1 15.7) |
| LCH | lch(37.8 21.8 133.8) |
| OKLCH | oklch(0.458 0.057 136.2) |
Copy-ready code
/* CSS */
color: #495f3f;
background-color: #495f3f;
/* Tailwind (arbitrary) */
class="text-[#495f3f] bg-[#495f3f]"
/* SCSS */
$brand: #495f3f;
/* SwiftUI */
Color(red: 0.286, green: 0.373, blue: 0.247)
/* Android */
Color.parseColor("#495f3f")Accessibility — WCAG contrast
Aa
#495f3f on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#495f3f on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green37.3%
Blue24.7%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow33.7%
Key (black)62.7%
Color previews
#495f3f text on a black background
contrast 2.99:1
Card sample
#495f3f text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #495f3f;
Background color
Panel with #495f3f background
background-color: #495f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #495f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 95, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 95, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #495f3f; background: linear-gradient(135deg, #495f3f, #3F5F4A);