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