#b8991f
a dark, vivid yellow · cool · closest name: olive
RGB
184, 153, 31
HSL
48°, 71%, 42%
CMYK
0, 17, 83, 28
Luminance
0.3307
Every format
| HEX | #b8991f |
| RGB | rgb(184, 153, 31) |
| HSL | hsl(48, 71%, 42%) |
| CMYK | cmyk(0%, 17%, 83%, 28%) |
| LAB | lab(64.2 -0.1 62.1) |
| LCH | lch(64.2 62.1 90.1) |
| OKLCH | oklch(0.692 0.134 93.3) |
Copy-ready code
/* CSS */
color: #b8991f;
background-color: #b8991f;
/* Tailwind (arbitrary) */
class="text-[#b8991f] bg-[#b8991f]"
/* SCSS */
$brand: #b8991f;
/* SwiftUI */
Color(red: 0.722, green: 0.600, blue: 0.122)
/* Android */
Color.parseColor("#b8991f")Accessibility — WCAG contrast
Aa
#b8991f on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8991f on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green60.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow83.2%
Key (black)27.8%
Color previews
#b8991f text on a black background
contrast 7.61:1
Card sample
#b8991f text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8991f;
Background color
Panel with #b8991f background
background-color: #b8991f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8991f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 153, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 153, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8991f; background: linear-gradient(135deg, #b8991f, #71B81F);