#b5ac32
a balanced, vivid yellow · cool · closest name: olive
RGB
181, 172, 50
HSL
56°, 57%, 45%
CMYK
0, 5, 72, 29
Luminance
0.3956
Every format
| HEX | #b5ac32 |
| RGB | rgb(181, 172, 50) |
| HSL | hsl(56, 57%, 45%) |
| CMYK | cmyk(0%, 5%, 72%, 29%) |
| LAB | lab(69.2 -10.8 60.2) |
| LCH | lch(69.2 61.2 100.2) |
| OKLCH | oklch(0.730 0.138 105.1) |
Copy-ready code
/* CSS */
color: #b5ac32;
background-color: #b5ac32;
/* Tailwind (arbitrary) */
class="text-[#b5ac32] bg-[#b5ac32]"
/* SCSS */
$brand: #b5ac32;
/* SwiftUI */
Color(red: 0.710, green: 0.675, blue: 0.196)
/* Android */
Color.parseColor("#b5ac32")Accessibility — WCAG contrast
Aa
#b5ac32 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ac32 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green67.5%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow72.4%
Key (black)29.0%
Color previews
#b5ac32 text on a black background
contrast 8.91:1
Card sample
#b5ac32 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ac32;
Background color
Panel with #b5ac32 background
background-color: #b5ac32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ac32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 172, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 172, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ac32; background: linear-gradient(135deg, #b5ac32, #67B532);