#486708
a deep, electric green · cool · closest name: olivedrab
RGB
72, 103, 8
HSL
80°, 86%, 22%
CMYK
30, 0, 92, 60
Luminance
0.1110
Every format
| HEX | #486708 |
| RGB | rgb(72, 103, 8) |
| HSL | hsl(80, 86%, 22%) |
| CMYK | cmyk(30%, 0%, 92%, 60%) |
| LAB | lab(39.7 -25.2 43.6) |
| LCH | lch(39.7 50.3 120.0) |
| OKLCH | oklch(0.472 0.119 127.7) |
Copy-ready code
/* CSS */
color: #486708;
background-color: #486708;
/* Tailwind (arbitrary) */
class="text-[#486708] bg-[#486708]"
/* SCSS */
$brand: #486708;
/* SwiftUI */
Color(red: 0.282, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#486708")Accessibility — WCAG contrast
Aa
#486708 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#486708 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green40.4%
Blue3.1%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow92.2%
Key (black)59.6%
Color previews
#486708 text on a black background
contrast 3.22:1
Card sample
#486708 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486708;
Background color
Panel with #486708 background
background-color: #486708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486708; background: linear-gradient(135deg, #486708, #096708);