#bdbc13
a dark, electric yellow · cool · closest name: gold
RGB
189, 188, 19
HSL
60°, 82%, 41%
CMYK
0, 1, 90, 26
Luminance
0.4683
Every format
| HEX | #bdbc13 |
| RGB | rgb(189, 188, 19) |
| HSL | hsl(60, 82%, 41%) |
| CMYK | cmyk(0%, 1%, 90%, 26%) |
| LAB | lab(74.1 -16.5 73.0) |
| LCH | lch(74.1 74.8 102.7) |
| OKLCH | oklch(0.771 0.164 109.3) |
Copy-ready code
/* CSS */
color: #bdbc13;
background-color: #bdbc13;
/* Tailwind (arbitrary) */
class="text-[#bdbc13] bg-[#bdbc13]"
/* SCSS */
$brand: #bdbc13;
/* SwiftUI */
Color(red: 0.741, green: 0.737, blue: 0.075)
/* Android */
Color.parseColor("#bdbc13")Accessibility — WCAG contrast
Aa
#bdbc13 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbc13 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow89.9%
Key (black)25.9%
Color previews
#bdbc13 text on a black background
contrast 10.37:1
Card sample
#bdbc13 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbc13;
Background color
Panel with #bdbc13 background
background-color: #bdbc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 188, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 188, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbc13; background: linear-gradient(135deg, #bdbc13, #4DBD13);