#827607
a dark, electric yellow · cool · closest name: olive
RGB
130, 118, 7
HSL
54°, 90%, 27%
CMYK
0, 9, 95, 49
Luminance
0.1772
Every format
| HEX | #827607 |
| RGB | rgb(130, 118, 7) |
| HSL | hsl(54, 90%, 27%) |
| CMYK | cmyk(0%, 9%, 95%, 49%) |
| LAB | lab(49.1 -6.4 53.4) |
| LCH | lch(49.1 53.7 96.8) |
| OKLCH | oklch(0.559 0.115 102.2) |
Copy-ready code
/* CSS */
color: #827607;
background-color: #827607;
/* Tailwind (arbitrary) */
class="text-[#827607] bg-[#827607]"
/* SCSS */
$brand: #827607;
/* SwiftUI */
Color(red: 0.510, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#827607")Accessibility — WCAG contrast
Aa
#827607 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#827607 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow94.6%
Key (black)49.0%
Color previews
#827607 text on a black background
contrast 4.54:1
Card sample
#827607 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #827607;
Background color
Panel with #827607 background
background-color: #827607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #827607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #827607; background: linear-gradient(135deg, #827607, #3C8207);