#b5a642
a balanced, vivid yellow · cool · closest name: olive
RGB
181, 166, 66
HSL
52°, 47%, 48%
CMYK
0, 8, 64, 29
Luminance
0.3749
Every format
| HEX | #b5a642 |
| RGB | rgb(181, 166, 66) |
| HSL | hsl(52, 47%, 48%) |
| CMYK | cmyk(0%, 8%, 64%, 29%) |
| LAB | lab(67.6 -6.7 52.2) |
| LCH | lch(67.6 52.6 97.3) |
| OKLCH | oklch(0.719 0.121 100.8) |
Copy-ready code
/* CSS */
color: #b5a642;
background-color: #b5a642;
/* Tailwind (arbitrary) */
class="text-[#b5a642] bg-[#b5a642]"
/* SCSS */
$brand: #b5a642;
/* SwiftUI */
Color(red: 0.710, green: 0.651, blue: 0.259)
/* Android */
Color.parseColor("#b5a642")Accessibility — WCAG contrast
Aa
#b5a642 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5a642 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green65.1%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow63.5%
Key (black)29.0%
Color previews
#b5a642 text on a black background
contrast 8.50:1
Card sample
#b5a642 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5a642;
Background color
Panel with #b5a642 background
background-color: #b5a642;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5a642;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 166, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 166, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5a642; background: linear-gradient(135deg, #b5a642, #77B542);