#b99421
a dark, vivid yellow · cool · closest name: olive
RGB
185, 148, 33
HSL
45°, 70%, 43%
CMYK
0, 20, 82, 28
Luminance
0.3160
Every format
| HEX | #b99421 |
| RGB | rgb(185, 148, 33) |
| HSL | hsl(45, 70%, 43%) |
| CMYK | cmyk(0%, 20%, 82%, 28%) |
| LAB | lab(63.0 3.1 60.5) |
| LCH | lch(63.0 60.6 87.0) |
| OKLCH | oklch(0.682 0.130 89.3) |
Copy-ready code
/* CSS */
color: #b99421;
background-color: #b99421;
/* Tailwind (arbitrary) */
class="text-[#b99421] bg-[#b99421]"
/* SCSS */
$brand: #b99421;
/* SwiftUI */
Color(red: 0.725, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#b99421")Accessibility — WCAG contrast
Aa
#b99421 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99421 on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green58.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow82.2%
Key (black)27.5%
Color previews
#b99421 text on a black background
contrast 7.32:1
Card sample
#b99421 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99421;
Background color
Panel with #b99421 background
background-color: #b99421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99421; background: linear-gradient(135deg, #b99421, #79B921);