#b99021
a dark, vivid yellow · warm · closest name: peru
RGB
185, 144, 33
HSL
44°, 70%, 43%
CMYK
0, 22, 82, 28
Luminance
0.3037
Every format
| HEX | #b99021 |
| RGB | rgb(185, 144, 33) |
| HSL | hsl(44, 70%, 43%) |
| CMYK | cmyk(0%, 22%, 82%, 28%) |
| LAB | lab(62.0 5.3 59.6) |
| LCH | lch(62.0 59.8 84.9) |
| OKLCH | oklch(0.674 0.129 86.5) |
Copy-ready code
/* CSS */
color: #b99021;
background-color: #b99021;
/* Tailwind (arbitrary) */
class="text-[#b99021] bg-[#b99021]"
/* SCSS */
$brand: #b99021;
/* SwiftUI */
Color(red: 0.725, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#b99021")Accessibility — WCAG contrast
Aa
#b99021 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99021 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow82.2%
Key (black)27.5%
Color previews
#b99021 text on a black background
contrast 7.07:1
Card sample
#b99021 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99021;
Background color
Panel with #b99021 background
background-color: #b99021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99021; background: linear-gradient(135deg, #b99021, #7DB921);