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