#829021
a dark, vivid yellow · cool · closest name: olive
RGB
130, 144, 33
HSL
68°, 63%, 35%
CMYK
10, 0, 77, 44
Luminance
0.2480
Every format
| HEX | #829021 |
| RGB | rgb(130, 144, 33) |
| HSL | hsl(68, 63%, 35%) |
| CMYK | cmyk(10%, 0%, 77%, 44%) |
| LAB | lab(56.9 -19.5 53.1) |
| LCH | lch(56.9 56.5 110.1) |
| OKLCH | oklch(0.622 0.131 116.8) |
Copy-ready code
/* CSS */
color: #829021;
background-color: #829021;
/* Tailwind (arbitrary) */
class="text-[#829021] bg-[#829021]"
/* SCSS */
$brand: #829021;
/* SwiftUI */
Color(red: 0.510, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#829021")Accessibility — WCAG contrast
Aa
#829021 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#829021 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green56.5%
Blue12.9%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#829021 text on a black background
contrast 5.96:1
Card sample
#829021 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #829021;
Background color
Panel with #829021 background
background-color: #829021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #829021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #829021; background: linear-gradient(135deg, #829021, #389021);