#819321
a dark, vivid yellow · cool · closest name: olivedrab
RGB
129, 147, 33
HSL
70°, 63%, 35%
CMYK
12, 0, 78, 42
Luminance
0.2564
Every format
| HEX | #819321 |
| RGB | rgb(129, 147, 33) |
| HSL | hsl(70, 63%, 35%) |
| CMYK | cmyk(12%, 0%, 78%, 42%) |
| LAB | lab(57.7 -21.4 53.8) |
| LCH | lch(57.7 57.9 111.7) |
| OKLCH | oklch(0.628 0.135 118.5) |
Copy-ready code
/* CSS */
color: #819321;
background-color: #819321;
/* Tailwind (arbitrary) */
class="text-[#819321] bg-[#819321]"
/* SCSS */
$brand: #819321;
/* SwiftUI */
Color(red: 0.506, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#819321")Accessibility — WCAG contrast
Aa
#819321 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#819321 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green57.6%
Blue12.9%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow77.6%
Key (black)42.4%
Color previews
#819321 text on a black background
contrast 6.13:1
Card sample
#819321 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #819321;
Background color
Panel with #819321 background
background-color: #819321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #819321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #819321; background: linear-gradient(135deg, #819321, #359321);