#bdb521
a dark, vivid yellow · cool · closest name: olive
RGB
189, 181, 33
HSL
57°, 70%, 44%
CMYK
0, 4, 83, 26
Luminance
0.4398
Every format
| HEX | #bdb521 |
| RGB | rgb(189, 181, 33) |
| HSL | hsl(57, 70%, 44%) |
| CMYK | cmyk(0%, 4%, 83%, 26%) |
| LAB | lab(72.2 -12.6 68.5) |
| LCH | lch(72.2 69.7 100.4) |
| OKLCH | oklch(0.756 0.154 106.2) |
Copy-ready code
/* CSS */
color: #bdb521;
background-color: #bdb521;
/* Tailwind (arbitrary) */
class="text-[#bdb521] bg-[#bdb521]"
/* SCSS */
$brand: #bdb521;
/* SwiftUI */
Color(red: 0.741, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#bdb521")Accessibility — WCAG contrast
Aa
#bdb521 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdb521 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green71.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow82.5%
Key (black)25.9%
Color previews
#bdb521 text on a black background
contrast 9.80:1
Card sample
#bdb521 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdb521;
Background color
Panel with #bdb521 background
background-color: #bdb521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdb521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdb521; background: linear-gradient(135deg, #bdb521, #5DBD21);