#487621
a dark, vivid green · cool · closest name: olivedrab
RGB
72, 118, 33
HSL
93°, 56%, 30%
CMYK
39, 0, 72, 54
Luminance
0.1444
Every format
| HEX | #487621 |
| RGB | rgb(72, 118, 33) |
| HSL | hsl(93, 56%, 30%) |
| CMYK | cmyk(39%, 0%, 72%, 54%) |
| LAB | lab(44.9 -30.9 40.0) |
| LCH | lch(44.9 50.5 127.7) |
| OKLCH | oklch(0.514 0.125 133.6) |
Copy-ready code
/* CSS */
color: #487621;
background-color: #487621;
/* Tailwind (arbitrary) */
class="text-[#487621] bg-[#487621]"
/* SCSS */
$brand: #487621;
/* SwiftUI */
Color(red: 0.282, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#487621")Accessibility — WCAG contrast
Aa
#487621 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#487621 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green46.3%
Blue12.9%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#487621 text on a black background
contrast 3.89:1
Card sample
#487621 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #487621;
Background color
Panel with #487621 background
background-color: #487621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #487621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #487621; background: linear-gradient(135deg, #487621, #217633);