#495421
a deep, soft green · cool · closest name: darkslategray
RGB
73, 84, 33
HSL
73°, 44%, 23%
CMYK
13, 0, 61, 67
Luminance
0.0787
Every format
| HEX | #495421 |
| RGB | rgb(73, 84, 33) |
| HSL | hsl(73, 44%, 23%) |
| CMYK | cmyk(13%, 0%, 61%, 67%) |
| LAB | lab(33.7 -13.1 27.9) |
| LCH | lch(33.7 30.8 115.1) |
| OKLCH | oklch(0.424 0.075 119.9) |
Copy-ready code
/* CSS */
color: #495421;
background-color: #495421;
/* Tailwind (arbitrary) */
class="text-[#495421] bg-[#495421]"
/* SCSS */
$brand: #495421;
/* SwiftUI */
Color(red: 0.286, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#495421")Accessibility — WCAG contrast
Aa
#495421 on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#495421 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green32.9%
Blue12.9%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow60.7%
Key (black)67.1%
Color previews
#495421 text on a black background
contrast 2.57:1
Card sample
#495421 text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #495421;
Background color
Panel with #495421 background
background-color: #495421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #495421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #495421; background: linear-gradient(135deg, #495421, #275421);