#487421
a dark, vivid green · cool · closest name: olivedrab
RGB
72, 116, 33
HSL
92°, 56%, 29%
CMYK
38, 0, 72, 55
Luminance
0.1398
Every format
| HEX | #487421 |
| RGB | rgb(72, 116, 33) |
| HSL | hsl(92, 56%, 29%) |
| CMYK | cmyk(38%, 0%, 72%, 55%) |
| LAB | lab(44.2 -30.0 39.3) |
| LCH | lch(44.2 49.4 127.3) |
| OKLCH | oklch(0.509 0.123 133.3) |
Copy-ready code
/* CSS */
color: #487421;
background-color: #487421;
/* Tailwind (arbitrary) */
class="text-[#487421] bg-[#487421]"
/* SCSS */
$brand: #487421;
/* SwiftUI */
Color(red: 0.282, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#487421")Accessibility — WCAG contrast
Aa
#487421 on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#487421 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green45.5%
Blue12.9%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow71.6%
Key (black)54.5%
Color previews
#487421 text on a black background
contrast 3.80:1
Card sample
#487421 text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #487421;
Background color
Panel with #487421 background
background-color: #487421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #487421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #487421; background: linear-gradient(135deg, #487421, #217431);