#b7ac2f
a balanced, vivid yellow · cool · closest name: olive
RGB
183, 172, 47
HSL
55°, 59%, 45%
CMYK
0, 6, 74, 28
Luminance
0.3978
Every format
| HEX | #b7ac2f |
| RGB | rgb(183, 172, 47) |
| HSL | hsl(55, 59%, 45%) |
| CMYK | cmyk(0%, 6%, 74%, 28%) |
| LAB | lab(69.3 -10.0 61.5) |
| LCH | lch(69.3 62.3 99.3) |
| OKLCH | oklch(0.732 0.140 104.2) |
Copy-ready code
/* CSS */
color: #b7ac2f;
background-color: #b7ac2f;
/* Tailwind (arbitrary) */
class="text-[#b7ac2f] bg-[#b7ac2f]"
/* SCSS */
$brand: #b7ac2f;
/* SwiftUI */
Color(red: 0.718, green: 0.675, blue: 0.184)
/* Android */
Color.parseColor("#b7ac2f")Accessibility — WCAG contrast
Aa
#b7ac2f on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ac2f on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow74.3%
Key (black)28.2%
Color previews
#b7ac2f text on a black background
contrast 8.96:1
Card sample
#b7ac2f text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ac2f;
Background color
Panel with #b7ac2f background
background-color: #b7ac2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ac2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 172, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 172, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ac2f; background: linear-gradient(135deg, #b7ac2f, #67B72F);