#a98430
a dark, vivid yellow · warm · closest name: peru
RGB
169, 132, 48
HSL
42°, 56%, 43%
CMYK
0, 22, 72, 34
Luminance
0.2515
Every format
| HEX | #a98430 |
| RGB | rgb(169, 132, 48) |
| HSL | hsl(42, 56%, 43%) |
| CMYK | cmyk(0%, 22%, 72%, 34%) |
| LAB | lab(57.2 5.4 48.8) |
| LCH | lch(57.2 49.1 83.7) |
| OKLCH | oklch(0.633 0.110 84.4) |
Copy-ready code
/* CSS */
color: #a98430;
background-color: #a98430;
/* Tailwind (arbitrary) */
class="text-[#a98430] bg-[#a98430]"
/* SCSS */
$brand: #a98430;
/* SwiftUI */
Color(red: 0.663, green: 0.518, blue: 0.188)
/* Android */
Color.parseColor("#a98430")Accessibility — WCAG contrast
Aa
#a98430 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a98430 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green51.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow71.6%
Key (black)33.7%
Color previews
#a98430 text on a black background
contrast 6.03:1
Card sample
#a98430 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a98430;
Background color
Panel with #a98430 background
background-color: #a98430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a98430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 132, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 132, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a98430; background: linear-gradient(135deg, #a98430, #7DA930);