#52861f
a dark, vivid green · cool · closest name: olivedrab
RGB
82, 134, 31
HSL
90°, 62%, 32%
CMYK
39, 0, 77, 48
Luminance
0.1894
Every format
| HEX | #52861f |
| RGB | rgb(82, 134, 31) |
| HSL | hsl(90, 62%, 32%) |
| CMYK | cmyk(39%, 0%, 77%, 48%) |
| LAB | lab(50.6 -34.6 46.7) |
| LCH | lch(50.6 58.1 126.5) |
| OKLCH | oklch(0.563 0.143 133.0) |
Copy-ready code
/* CSS */
color: #52861f;
background-color: #52861f;
/* Tailwind (arbitrary) */
class="text-[#52861f] bg-[#52861f]"
/* SCSS */
$brand: #52861f;
/* SwiftUI */
Color(red: 0.322, green: 0.525, blue: 0.122)
/* Android */
Color.parseColor("#52861f")Accessibility — WCAG contrast
Aa
#52861f on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#52861f on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green52.5%
Blue12.2%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow76.9%
Key (black)47.5%
Color previews
#52861f text on a black background
contrast 4.79:1
Card sample
#52861f text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52861f;
Background color
Panel with #52861f background
background-color: #52861f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52861f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 134, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 134, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52861f; background: linear-gradient(135deg, #52861f, #1F8631);