#486521
a dark, vivid green · cool · closest name: olivedrab
RGB
72, 101, 33
HSL
86°, 51%, 26%
CMYK
29, 0, 67, 60
Luminance
0.1079
Every format
| HEX | #486521 |
| RGB | rgb(72, 101, 33) |
| HSL | hsl(86, 51%, 26%) |
| CMYK | cmyk(29%, 0%, 67%, 60%) |
| LAB | lab(39.2 -22.7 34.0) |
| LCH | lch(39.2 40.9 123.7) |
| OKLCH | oklch(0.468 0.101 129.3) |
Copy-ready code
/* CSS */
color: #486521;
background-color: #486521;
/* Tailwind (arbitrary) */
class="text-[#486521] bg-[#486521]"
/* SCSS */
$brand: #486521;
/* SwiftUI */
Color(red: 0.282, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#486521")Accessibility — WCAG contrast
Aa
#486521 on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#486521 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green39.6%
Blue12.9%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#486521 text on a black background
contrast 3.16:1
Card sample
#486521 text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486521;
Background color
Panel with #486521 background
background-color: #486521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486521; background: linear-gradient(135deg, #486521, #216527);