#828261
a dark, muted yellow · cool · closest name: gray
RGB
130, 130, 97
HSL
60°, 15%, 45%
CMYK
0, 0, 25, 49
Luminance
0.2157
Every format
| HEX | #828261 |
| RGB | rgb(130, 130, 97) |
| HSL | hsl(60, 15%, 45%) |
| CMYK | cmyk(0%, 0%, 25%, 49%) |
| LAB | lab(53.6 -5.8 17.9) |
| LCH | lch(53.6 18.8 107.8) |
| OKLCH | oklch(0.598 0.048 107.8) |
Copy-ready code
/* CSS */
color: #828261;
background-color: #828261;
/* Tailwind (arbitrary) */
class="text-[#828261] bg-[#828261]"
/* SCSS */
$brand: #828261;
/* SwiftUI */
Color(red: 0.510, green: 0.510, blue: 0.380)
/* Android */
Color.parseColor("#828261")Accessibility — WCAG contrast
Aa
#828261 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828261 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green51.0%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow25.4%
Key (black)49.0%
Color previews
#828261 text on a black background
contrast 5.31:1
Card sample
#828261 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828261;
Background color
Panel with #828261 background
background-color: #828261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 130, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 130, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828261; background: linear-gradient(135deg, #828261, #6C8261);