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