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