#bba200
a dark, electric yellow · cool · closest name: olive
RGB
187, 162, 0
HSL
52°, 100%, 37%
CMYK
0, 13, 100, 27
Luminance
0.3641
Every format
| HEX | #bba200 |
| RGB | rgb(187, 162, 0) |
| HSL | hsl(52, 100%, 37%) |
| CMYK | cmyk(0%, 13%, 100%, 27%) |
| LAB | lab(66.8 -4.1 69.9) |
| LCH | lch(66.8 70.1 93.4) |
| OKLCH | oklch(0.713 0.147 98.1) |
Copy-ready code
/* CSS */
color: #bba200;
background-color: #bba200;
/* Tailwind (arbitrary) */
class="text-[#bba200] bg-[#bba200]"
/* SCSS */
$brand: #bba200;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.000)
/* Android */
Color.parseColor("#bba200")Accessibility — WCAG contrast
Aa
#bba200 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba200 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow100.0%
Key (black)26.7%
Color previews
#bba200 text on a black background
contrast 8.28:1
Card sample
#bba200 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba200;
Background color
Panel with #bba200 background
background-color: #bba200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba200; background: linear-gradient(135deg, #bba200, #57BB00);