#bcae13
a dark, electric yellow · cool · closest name: olive
RGB
188, 174, 19
HSL
55°, 82%, 41%
CMYK
0, 7, 90, 26
Luminance
0.4101
Every format
| HEX | #bcae13 |
| RGB | rgb(188, 174, 19) |
| HSL | hsl(55, 82%, 41%) |
| CMYK | cmyk(0%, 7%, 90%, 26%) |
| LAB | lab(70.2 -9.7 69.9) |
| LCH | lch(70.2 70.6 97.9) |
| OKLCH | oklch(0.740 0.152 103.5) |
Copy-ready code
/* CSS */
color: #bcae13;
background-color: #bcae13;
/* Tailwind (arbitrary) */
class="text-[#bcae13] bg-[#bcae13]"
/* SCSS */
$brand: #bcae13;
/* SwiftUI */
Color(red: 0.737, green: 0.682, blue: 0.075)
/* Android */
Color.parseColor("#bcae13")Accessibility — WCAG contrast
Aa
#bcae13 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcae13 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow89.9%
Key (black)26.3%
Color previews
#bcae13 text on a black background
contrast 9.20:1
Card sample
#bcae13 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcae13;
Background color
Panel with #bcae13 background
background-color: #bcae13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcae13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 174, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 174, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcae13; background: linear-gradient(135deg, #bcae13, #59BC13);