#487813
a dark, vivid green · cool · closest name: olivedrab
RGB
72, 120, 19
HSL
89°, 73%, 27%
CMYK
40, 0, 84, 53
Luminance
0.1486
Every format
| HEX | #487813 |
| RGB | rgb(72, 120, 19) |
| HSL | hsl(89, 73%, 27%) |
| CMYK | cmyk(40%, 0%, 84%, 53%) |
| LAB | lab(45.4 -32.7 45.6) |
| LCH | lch(45.4 56.2 125.6) |
| OKLCH | oklch(0.519 0.137 132.7) |
Copy-ready code
/* CSS */
color: #487813;
background-color: #487813;
/* Tailwind (arbitrary) */
class="text-[#487813] bg-[#487813]"
/* SCSS */
$brand: #487813;
/* SwiftUI */
Color(red: 0.282, green: 0.471, blue: 0.075)
/* Android */
Color.parseColor("#487813")Accessibility — WCAG contrast
Aa
#487813 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#487813 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green47.1%
Blue7.5%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow84.2%
Key (black)52.9%
Color previews
#487813 text on a black background
contrast 3.97:1
Card sample
#487813 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #487813;
Background color
Panel with #487813 background
background-color: #487813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #487813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 120, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 120, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #487813; background: linear-gradient(135deg, #487813, #137821);