#bba52c
a balanced, vivid yellow · cool · closest name: olive
RGB
187, 165, 44
HSL
51°, 62%, 45%
CMYK
0, 12, 77, 27
Luminance
0.3766
Every format
| HEX | #bba52c |
| RGB | rgb(187, 165, 44) |
| HSL | hsl(51, 62%, 45%) |
| CMYK | cmyk(0%, 12%, 77%, 27%) |
| LAB | lab(67.8 -4.7 61.2) |
| LCH | lch(67.8 61.4 94.4) |
| OKLCH | oklch(0.721 0.135 98.4) |
Copy-ready code
/* CSS */
color: #bba52c;
background-color: #bba52c;
/* Tailwind (arbitrary) */
class="text-[#bba52c] bg-[#bba52c]"
/* SCSS */
$brand: #bba52c;
/* SwiftUI */
Color(red: 0.733, green: 0.647, blue: 0.173)
/* Android */
Color.parseColor("#bba52c")Accessibility — WCAG contrast
Aa
#bba52c on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba52c on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green64.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow76.5%
Key (black)26.7%
Color previews
#bba52c text on a black background
contrast 8.53:1
Card sample
#bba52c text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba52c;
Background color
Panel with #bba52c background
background-color: #bba52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 165, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 165, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba52c; background: linear-gradient(135deg, #bba52c, #72BB2C);