#827708
a dark, electric yellow · cool · closest name: olive
RGB
130, 119, 8
HSL
55°, 88%, 27%
CMYK
0, 9, 94, 49
Luminance
0.1796
Every format
| HEX | #827708 |
| RGB | rgb(130, 119, 8) |
| HSL | hsl(55, 88%, 27%) |
| CMYK | cmyk(0%, 9%, 94%, 49%) |
| LAB | lab(49.4 -6.9 53.4) |
| LCH | lch(49.4 53.8 97.4) |
| OKLCH | oklch(0.562 0.116 102.9) |
Copy-ready code
/* CSS */
color: #827708;
background-color: #827708;
/* Tailwind (arbitrary) */
class="text-[#827708] bg-[#827708]"
/* SCSS */
$brand: #827708;
/* SwiftUI */
Color(red: 0.510, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#827708")Accessibility — WCAG contrast
Aa
#827708 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#827708 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow93.8%
Key (black)49.0%
Color previews
#827708 text on a black background
contrast 4.59:1
Card sample
#827708 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #827708;
Background color
Panel with #827708 background
background-color: #827708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #827708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #827708; background: linear-gradient(135deg, #827708, #3C8208);