#496e52
a dark, soft green · cool · closest name: darkslategray
RGB
73, 110, 82
HSL
135°, 20%, 36%
CMYK
34, 0, 26, 57
Luminance
0.1318
Every format
| HEX | #496e52 |
| RGB | rgb(73, 110, 82) |
| HSL | hsl(135, 20%, 36%) |
| CMYK | cmyk(34%, 0%, 26%, 57%) |
| LAB | lab(43.0 -19.6 11.5) |
| LCH | lch(43.0 22.7 149.6) |
| OKLCH | oklch(0.502 0.061 151.3) |
Copy-ready code
/* CSS */
color: #496e52;
background-color: #496e52;
/* Tailwind (arbitrary) */
class="text-[#496e52] bg-[#496e52]"
/* SCSS */
$brand: #496e52;
/* SwiftUI */
Color(red: 0.286, green: 0.431, blue: 0.322)
/* Android */
Color.parseColor("#496e52")Accessibility — WCAG contrast
Aa
#496e52 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496e52 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green43.1%
Blue32.2%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow25.5%
Key (black)56.9%
Color previews
#496e52 text on a black background
contrast 3.64:1
Card sample
#496e52 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496e52;
Background color
Panel with #496e52 background
background-color: #496e52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496e52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 110, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 110, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496e52; background: linear-gradient(135deg, #496e52, #496E6B);