#486015
a deep, vivid green · cool · closest name: olivedrab
RGB
72, 96, 21
HSL
79°, 64%, 23%
CMYK
25, 0, 78, 62
Luminance
0.0980
Every format
| HEX | #486015 |
| RGB | rgb(72, 96, 21) |
| HSL | hsl(79, 64%, 23%) |
| CMYK | cmyk(25%, 0%, 78%, 62%) |
| LAB | lab(37.5 -21.0 37.5) |
| LCH | lch(37.5 43.0 119.3) |
| OKLCH | oklch(0.454 0.103 126.0) |
Copy-ready code
/* CSS */
color: #486015;
background-color: #486015;
/* Tailwind (arbitrary) */
class="text-[#486015] bg-[#486015]"
/* SCSS */
$brand: #486015;
/* SwiftUI */
Color(red: 0.282, green: 0.376, blue: 0.082)
/* Android */
Color.parseColor("#486015")Accessibility — WCAG contrast
Aa
#486015 on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#486015 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green37.6%
Blue8.2%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow78.1%
Key (black)62.4%
Color previews
#486015 text on a black background
contrast 2.96:1
Card sample
#486015 text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486015;
Background color
Panel with #486015 background
background-color: #486015;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486015;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 96, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 96, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486015; background: linear-gradient(135deg, #486015, #166015);