#499521
a dark, vivid green · cool · closest name: forestgreen
RGB
73, 149, 33
HSL
99°, 64%, 36%
CMYK
51, 0, 78, 42
Luminance
0.2302
Every format
| HEX | #499521 |
| RGB | rgb(73, 149, 33) |
| HSL | hsl(99, 64%, 36%) |
| CMYK | cmyk(51%, 0%, 78%, 42%) |
| LAB | lab(55.1 -43.8 50.2) |
| LCH | lch(55.1 66.7 131.1) |
| OKLCH | oklch(0.598 0.165 137.3) |
Copy-ready code
/* CSS */
color: #499521;
background-color: #499521;
/* Tailwind (arbitrary) */
class="text-[#499521] bg-[#499521]"
/* SCSS */
$brand: #499521;
/* SwiftUI */
Color(red: 0.286, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#499521")Accessibility — WCAG contrast
Aa
#499521 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#499521 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green58.4%
Blue12.9%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow77.9%
Key (black)41.6%
Color previews
#499521 text on a black background
contrast 5.60:1
Card sample
#499521 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #499521;
Background color
Panel with #499521 background
background-color: #499521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #499521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #499521; background: linear-gradient(135deg, #499521, #219546);