#32530c
a deep, vivid green · cool · closest name: olivedrab
RGB
50, 83, 12
HSL
88°, 75%, 19%
CMYK
40, 0, 86, 68
Luminance
0.0689
Every format
| HEX | #32530c |
| RGB | rgb(50, 83, 12) |
| HSL | hsl(88, 75%, 19%) |
| CMYK | cmyk(40%, 0%, 86%, 68%) |
| LAB | lab(31.6 -24.4 34.7) |
| LCH | lch(31.6 42.4 125.2) |
| OKLCH | oklch(0.402 0.103 132.1) |
Copy-ready code
/* CSS */
color: #32530c;
background-color: #32530c;
/* Tailwind (arbitrary) */
class="text-[#32530c] bg-[#32530c]"
/* SCSS */
$brand: #32530c;
/* SwiftUI */
Color(red: 0.196, green: 0.325, blue: 0.047)
/* Android */
Color.parseColor("#32530c")Accessibility — WCAG contrast
Aa
#32530c on white: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#32530c on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green32.5%
Blue4.7%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow85.5%
Key (black)67.5%
Color previews
#32530c text on a black background
contrast 2.38:1
Card sample
#32530c text on a white background
contrast 8.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32530c;
Background color
Panel with #32530c background
background-color: #32530c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32530c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 83, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 83, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32530c; background: linear-gradient(135deg, #32530c, #0C5315);