#828813
a dark, electric yellow · cool · closest name: olive
RGB
130, 136, 19
HSL
63°, 76%, 30%
CMYK
4, 0, 86, 47
Luminance
0.2240
Every format
| HEX | #828813 |
| RGB | rgb(130, 136, 19) |
| HSL | hsl(63, 76%, 30%) |
| CMYK | cmyk(4%, 0%, 86%, 47%) |
| LAB | lab(54.5 -15.8 55.1) |
| LCH | lch(54.5 57.3 106.1) |
| OKLCH | oklch(0.602 0.129 112.9) |
Copy-ready code
/* CSS */
color: #828813;
background-color: #828813;
/* Tailwind (arbitrary) */
class="text-[#828813] bg-[#828813]"
/* SCSS */
$brand: #828813;
/* SwiftUI */
Color(red: 0.510, green: 0.533, blue: 0.075)
/* Android */
Color.parseColor("#828813")Accessibility — WCAG contrast
Aa
#828813 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828813 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green53.3%
Blue7.5%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow86.0%
Key (black)46.7%
Color previews
#828813 text on a black background
contrast 5.48:1
Card sample
#828813 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828813;
Background color
Panel with #828813 background
background-color: #828813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 136, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 136, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828813; background: linear-gradient(135deg, #828813, #348813);