#528514
a dark, vivid green · cool · closest name: olivedrab
RGB
82, 133, 20
HSL
87°, 74%, 30%
CMYK
38, 0, 85, 48
Luminance
0.1862
Every format
| HEX | #528514 |
| RGB | rgb(82, 133, 20) |
| HSL | hsl(87, 74%, 30%) |
| CMYK | cmyk(38%, 0%, 85%, 48%) |
| LAB | lab(50.2 -34.7 49.9) |
| LCH | lch(50.2 60.8 124.8) |
| OKLCH | oklch(0.559 0.147 132.0) |
Copy-ready code
/* CSS */
color: #528514;
background-color: #528514;
/* Tailwind (arbitrary) */
class="text-[#528514] bg-[#528514]"
/* SCSS */
$brand: #528514;
/* SwiftUI */
Color(red: 0.322, green: 0.522, blue: 0.078)
/* Android */
Color.parseColor("#528514")Accessibility — WCAG contrast
Aa
#528514 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#528514 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green52.2%
Blue7.8%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow85.0%
Key (black)47.8%
Color previews
#528514 text on a black background
contrast 4.72:1
Card sample
#528514 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528514;
Background color
Panel with #528514 background
background-color: #528514;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528514;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 133, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 133, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528514; background: linear-gradient(135deg, #528514, #148521);