#487015
a dark, vivid green · cool · closest name: olivedrab
RGB
72, 112, 21
HSL
86°, 68%, 26%
CMYK
36, 0, 81, 56
Luminance
0.1302
Every format
| HEX | #487015 |
| RGB | rgb(72, 112, 21) |
| HSL | hsl(86, 68%, 26%) |
| CMYK | cmyk(36%, 0%, 81%, 56%) |
| LAB | lab(42.8 -28.9 42.5) |
| LCH | lch(42.8 51.5 124.2) |
| OKLCH | oklch(0.497 0.125 131.1) |
Copy-ready code
/* CSS */
color: #487015;
background-color: #487015;
/* Tailwind (arbitrary) */
class="text-[#487015] bg-[#487015]"
/* SCSS */
$brand: #487015;
/* SwiftUI */
Color(red: 0.282, green: 0.439, blue: 0.082)
/* Android */
Color.parseColor("#487015")Accessibility — WCAG contrast
Aa
#487015 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#487015 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green43.9%
Blue8.2%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow81.2%
Key (black)56.1%
Color previews
#487015 text on a black background
contrast 3.60:1
Card sample
#487015 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #487015;
Background color
Panel with #487015 background
background-color: #487015;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #487015;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 112, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 112, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #487015; background: linear-gradient(135deg, #487015, #15701F);