#487721
a dark, vivid green · cool · closest name: olivedrab
RGB
72, 119, 33
HSL
93°, 57%, 30%
CMYK
40, 0, 72, 53
Luminance
0.1468
Every format
| HEX | #487721 |
| RGB | rgb(72, 119, 33) |
| HSL | hsl(93, 57%, 30%) |
| CMYK | cmyk(40%, 0%, 72%, 53%) |
| LAB | lab(45.2 -31.4 40.3) |
| LCH | lch(45.2 51.1 127.9) |
| OKLCH | oklch(0.517 0.127 133.8) |
Copy-ready code
/* CSS */
color: #487721;
background-color: #487721;
/* Tailwind (arbitrary) */
class="text-[#487721] bg-[#487721]"
/* SCSS */
$brand: #487721;
/* SwiftUI */
Color(red: 0.282, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#487721")Accessibility — WCAG contrast
Aa
#487721 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#487721 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green46.7%
Blue12.9%
CMYK percentages
Cyan39.5%
Magenta0.0%
Yellow72.3%
Key (black)53.3%
Color previews
#487721 text on a black background
contrast 3.94:1
Card sample
#487721 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #487721;
Background color
Panel with #487721 background
background-color: #487721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #487721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #487721; background: linear-gradient(135deg, #487721, #217733);