#819521
a dark, vivid green · cool · closest name: olivedrab
RGB
129, 149, 33
HSL
70°, 64%, 36%
CMYK
13, 0, 78, 42
Luminance
0.2627
Every format
| HEX | #819521 |
| RGB | rgb(129, 149, 33) |
| HSL | hsl(70, 64%, 36%) |
| CMYK | cmyk(13%, 0%, 78%, 42%) |
| LAB | lab(58.3 -22.5 54.4) |
| LCH | lch(58.3 58.8 112.4) |
| OKLCH | oklch(0.633 0.137 119.3) |
Copy-ready code
/* CSS */
color: #819521;
background-color: #819521;
/* Tailwind (arbitrary) */
class="text-[#819521] bg-[#819521]"
/* SCSS */
$brand: #819521;
/* SwiftUI */
Color(red: 0.506, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#819521")Accessibility — WCAG contrast
Aa
#819521 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#819521 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green58.4%
Blue12.9%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow77.9%
Key (black)41.6%
Color previews
#819521 text on a black background
contrast 6.25:1
Card sample
#819521 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #819521;
Background color
Panel with #819521 background
background-color: #819521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #819521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #819521; background: linear-gradient(135deg, #819521, #349521);