#827310
a dark, electric yellow · cool · closest name: olive
RGB
130, 115, 16
HSL
52°, 78%, 29%
CMYK
0, 12, 88, 49
Luminance
0.1704
Every format
| HEX | #827310 |
| RGB | rgb(130, 115, 16) |
| HSL | hsl(52, 78%, 29%) |
| CMYK | cmyk(0%, 12%, 88%, 49%) |
| LAB | lab(48.3 -4.5 50.7) |
| LCH | lch(48.3 50.9 95.0) |
| OKLCH | oklch(0.553 0.110 99.7) |
Copy-ready code
/* CSS */
color: #827310;
background-color: #827310;
/* Tailwind (arbitrary) */
class="text-[#827310] bg-[#827310]"
/* SCSS */
$brand: #827310;
/* SwiftUI */
Color(red: 0.510, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#827310")Accessibility — WCAG contrast
Aa
#827310 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#827310 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green45.1%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow87.7%
Key (black)49.0%
Color previews
#827310 text on a black background
contrast 4.41:1
Card sample
#827310 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #827310;
Background color
Panel with #827310 background
background-color: #827310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #827310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #827310; background: linear-gradient(135deg, #827310, #458210);