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