#bba239
a balanced, vivid yellow · cool · closest name: olive
RGB
187, 162, 57
HSL
49°, 53%, 48%
CMYK
0, 13, 70, 27
Luminance
0.3670
Every format
| HEX | #bba239 |
| RGB | rgb(187, 162, 57) |
| HSL | hsl(49, 53%, 48%) |
| CMYK | cmyk(0%, 13%, 70%, 27%) |
| LAB | lab(67.0 -2.5 55.6) |
| LCH | lch(67.0 55.6 92.6) |
| OKLCH | oklch(0.715 0.125 95.5) |
Copy-ready code
/* CSS */
color: #bba239;
background-color: #bba239;
/* Tailwind (arbitrary) */
class="text-[#bba239] bg-[#bba239]"
/* SCSS */
$brand: #bba239;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.224)
/* Android */
Color.parseColor("#bba239")Accessibility — WCAG contrast
Aa
#bba239 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba239 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow69.5%
Key (black)26.7%
Color previews
#bba239 text on a black background
contrast 8.34:1
Card sample
#bba239 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba239;
Background color
Panel with #bba239 background
background-color: #bba239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba239; background: linear-gradient(135deg, #bba239, #7DBB39);