#a89607
a dark, electric yellow · cool · closest name: olive
RGB
168, 150, 7
HSL
53°, 92%, 34%
CMYK
0, 11, 96, 34
Luminance
0.3015
Every format
| HEX | #a89607 |
| RGB | rgb(168, 150, 7) |
| HSL | hsl(53, 92%, 34%) |
| CMYK | cmyk(0%, 11%, 96%, 34%) |
| LAB | lab(61.8 -6.2 64.5) |
| LCH | lch(61.8 64.8 95.5) |
| OKLCH | oklch(0.668 0.138 100.7) |
Copy-ready code
/* CSS */
color: #a89607;
background-color: #a89607;
/* Tailwind (arbitrary) */
class="text-[#a89607] bg-[#a89607]"
/* SCSS */
$brand: #a89607;
/* SwiftUI */
Color(red: 0.659, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#a89607")Accessibility — WCAG contrast
Aa
#a89607 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a89607 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green58.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow95.8%
Key (black)34.1%
Color previews
#a89607 text on a black background
contrast 7.03:1
Card sample
#a89607 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a89607;
Background color
Panel with #a89607 background
background-color: #a89607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a89607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a89607; background: linear-gradient(135deg, #a89607, #4FA807);