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