#486021
a dark, vivid green · cool · closest name: olivedrab
RGB
72, 96, 33
HSL
83°, 49%, 25%
CMYK
25, 0, 66, 62
Luminance
0.0985
Every format
| HEX | #486021 |
| RGB | rgb(72, 96, 33) |
| HSL | hsl(83, 49%, 25%) |
| CMYK | cmyk(25%, 0%, 66%, 62%) |
| LAB | lab(37.6 -20.1 32.2) |
| LCH | lch(37.6 38.0 121.9) |
| OKLCH | oklch(0.455 0.094 127.4) |
Copy-ready code
/* CSS */
color: #486021;
background-color: #486021;
/* Tailwind (arbitrary) */
class="text-[#486021] bg-[#486021]"
/* SCSS */
$brand: #486021;
/* SwiftUI */
Color(red: 0.282, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#486021")Accessibility — WCAG contrast
Aa
#486021 on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#486021 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green37.6%
Blue12.9%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#486021 text on a black background
contrast 2.97:1
Card sample
#486021 text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486021;
Background color
Panel with #486021 background
background-color: #486021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486021; background: linear-gradient(135deg, #486021, #216024);