#486c18
a dark, vivid green · cool · closest name: olivedrab
RGB
72, 108, 24
HSL
86°, 64%, 26%
CMYK
33, 0, 78, 58
Luminance
0.1217
Every format
| HEX | #486c18 |
| RGB | rgb(72, 108, 24) |
| HSL | hsl(86, 64%, 26%) |
| CMYK | cmyk(33%, 0%, 78%, 58%) |
| LAB | lab(41.5 -26.8 40.2) |
| LCH | lch(41.5 48.3 123.7) |
| OKLCH | oklch(0.486 0.118 130.3) |
Copy-ready code
/* CSS */
color: #486c18;
background-color: #486c18;
/* Tailwind (arbitrary) */
class="text-[#486c18] bg-[#486c18]"
/* SCSS */
$brand: #486c18;
/* SwiftUI */
Color(red: 0.282, green: 0.424, blue: 0.094)
/* Android */
Color.parseColor("#486c18")Accessibility — WCAG contrast
Aa
#486c18 on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#486c18 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green42.4%
Blue9.4%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow77.8%
Key (black)57.6%
Color previews
#486c18 text on a black background
contrast 3.43:1
Card sample
#486c18 text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486c18;
Background color
Panel with #486c18 background
background-color: #486c18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486c18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 108, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 108, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486c18; background: linear-gradient(135deg, #486c18, #186C20);