#bcbd21
a dark, vivid yellow · cool · closest name: gold
RGB
188, 189, 33
HSL
60°, 70%, 44%
CMYK
1, 0, 83, 26
Luminance
0.4720
Every format
| HEX | #bcbd21 |
| RGB | rgb(188, 189, 33) |
| HSL | hsl(60, 70%, 44%) |
| CMYK | cmyk(1%, 0%, 83%, 26%) |
| LAB | lab(74.3 -17.1 70.3) |
| LCH | lch(74.3 72.3 103.6) |
| OKLCH | oklch(0.773 0.161 110.0) |
Copy-ready code
/* CSS */
color: #bcbd21;
background-color: #bcbd21;
/* Tailwind (arbitrary) */
class="text-[#bcbd21] bg-[#bcbd21]"
/* SCSS */
$brand: #bcbd21;
/* SwiftUI */
Color(red: 0.737, green: 0.741, blue: 0.129)
/* Android */
Color.parseColor("#bcbd21")Accessibility — WCAG contrast
Aa
#bcbd21 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbd21 on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.1%
Blue12.9%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow82.5%
Key (black)25.9%
Color previews
#bcbd21 text on a black background
contrast 10.44:1
Card sample
#bcbd21 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbd21;
Background color
Panel with #bcbd21 background
background-color: #bcbd21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbd21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 189, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 189, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbd21; background: linear-gradient(135deg, #bcbd21, #54BD21);