#b4af39
a balanced, vivid yellow · cool · closest name: olive
RGB
180, 175, 57
HSL
58°, 52%, 47%
CMYK
0, 3, 68, 29
Luminance
0.4066
Every format
| HEX | #b4af39 |
| RGB | rgb(180, 175, 57) |
| HSL | hsl(58, 52%, 47%) |
| CMYK | cmyk(0%, 3%, 68%, 29%) |
| LAB | lab(69.9 -12.4 58.3) |
| LCH | lch(69.9 59.6 102.0) |
| OKLCH | oklch(0.737 0.136 106.9) |
Copy-ready code
/* CSS */
color: #b4af39;
background-color: #b4af39;
/* Tailwind (arbitrary) */
class="text-[#b4af39] bg-[#b4af39]"
/* SCSS */
$brand: #b4af39;
/* SwiftUI */
Color(red: 0.706, green: 0.686, blue: 0.224)
/* Android */
Color.parseColor("#b4af39")Accessibility — WCAG contrast
Aa
#b4af39 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4af39 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green68.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow68.3%
Key (black)29.4%
Color previews
#b4af39 text on a black background
contrast 9.13:1
Card sample
#b4af39 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4af39;
Background color
Panel with #b4af39 background
background-color: #b4af39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4af39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 175, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 175, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4af39; background: linear-gradient(135deg, #b4af39, #67B439);