#bcaa13
a dark, electric yellow · cool · closest name: olive
RGB
188, 170, 19
HSL
54°, 82%, 41%
CMYK
0, 10, 90, 26
Luminance
0.3949
Every format
| HEX | #bcaa13 |
| RGB | rgb(188, 170, 19) |
| HSL | hsl(54, 82%, 41%) |
| CMYK | cmyk(0%, 10%, 90%, 26%) |
| LAB | lab(69.1 -7.7 69.0) |
| LCH | lch(69.1 69.5 96.3) |
| OKLCH | oklch(0.731 0.149 101.5) |
Copy-ready code
/* CSS */
color: #bcaa13;
background-color: #bcaa13;
/* Tailwind (arbitrary) */
class="text-[#bcaa13] bg-[#bcaa13]"
/* SCSS */
$brand: #bcaa13;
/* SwiftUI */
Color(red: 0.737, green: 0.667, blue: 0.075)
/* Android */
Color.parseColor("#bcaa13")Accessibility — WCAG contrast
Aa
#bcaa13 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaa13 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green66.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow89.9%
Key (black)26.3%
Color previews
#bcaa13 text on a black background
contrast 8.90:1
Card sample
#bcaa13 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaa13;
Background color
Panel with #bcaa13 background
background-color: #bcaa13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaa13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 170, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 170, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaa13; background: linear-gradient(135deg, #bcaa13, #5DBC13);