#b09430
a dark, vivid yellow · cool · closest name: olive
RGB
176, 148, 48
HSL
47°, 57%, 44%
CMYK
0, 16, 73, 31
Luminance
0.3062
Every format
| HEX | #b09430 |
| RGB | rgb(176, 148, 48) |
| HSL | hsl(47, 57%, 44%) |
| CMYK | cmyk(0%, 16%, 73%, 31%) |
| LAB | lab(62.2 -0.3 54.0) |
| LCH | lch(62.2 54.0 90.3) |
| OKLCH | oklch(0.674 0.120 92.9) |
Copy-ready code
/* CSS */
color: #b09430;
background-color: #b09430;
/* Tailwind (arbitrary) */
class="text-[#b09430] bg-[#b09430]"
/* SCSS */
$brand: #b09430;
/* SwiftUI */
Color(red: 0.690, green: 0.580, blue: 0.188)
/* Android */
Color.parseColor("#b09430")Accessibility — WCAG contrast
Aa
#b09430 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09430 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green58.0%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow72.7%
Key (black)31.0%
Color previews
#b09430 text on a black background
contrast 7.12:1
Card sample
#b09430 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09430;
Background color
Panel with #b09430 background
background-color: #b09430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 148, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 148, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09430; background: linear-gradient(135deg, #b09430, #77B030);