#b89900
a dark, electric yellow · cool · closest name: olive
RGB
184, 153, 0
HSL
50°, 100%, 36%
CMYK
0, 17, 100, 28
Luminance
0.3297
Every format
| HEX | #b89900 |
| RGB | rgb(184, 153, 0) |
| HSL | hsl(50, 100%, 36%) |
| CMYK | cmyk(0%, 17%, 100%, 28%) |
| LAB | lab(64.1 -0.7 67.9) |
| LCH | lch(64.1 67.9 90.6) |
| OKLCH | oklch(0.691 0.142 94.4) |
Copy-ready code
/* CSS */
color: #b89900;
background-color: #b89900;
/* Tailwind (arbitrary) */
class="text-[#b89900] bg-[#b89900]"
/* SCSS */
$brand: #b89900;
/* SwiftUI */
Color(red: 0.722, green: 0.600, blue: 0.000)
/* Android */
Color.parseColor("#b89900")Accessibility — WCAG contrast
Aa
#b89900 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b89900 on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green60.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow100.0%
Key (black)27.8%
Color previews
#b89900 text on a black background
contrast 7.59:1
Card sample
#b89900 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b89900;
Background color
Panel with #b89900 background
background-color: #b89900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b89900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 153, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 153, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b89900; background: linear-gradient(135deg, #b89900, #5CB800);