#bdc621
a balanced, vivid yellow · cool · closest name: gold
RGB
189, 198, 33
HSL
63°, 71%, 45%
CMYK
5, 0, 83, 22
Luminance
0.5132
Every format
| HEX | #bdc621 |
| RGB | rgb(189, 198, 33) |
| HSL | hsl(63, 71%, 45%) |
| CMYK | cmyk(5%, 0%, 83%, 22%) |
| LAB | lab(76.9 -21.1 72.5) |
| LCH | lch(76.9 75.5 106.2) |
| OKLCH | oklch(0.793 0.170 113.1) |
Copy-ready code
/* CSS */
color: #bdc621;
background-color: #bdc621;
/* Tailwind (arbitrary) */
class="text-[#bdc621] bg-[#bdc621]"
/* SCSS */
$brand: #bdc621;
/* SwiftUI */
Color(red: 0.741, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#bdc621")Accessibility — WCAG contrast
Aa
#bdc621 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdc621 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green77.6%
Blue12.9%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#bdc621 text on a black background
contrast 11.26:1
Card sample
#bdc621 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdc621;
Background color
Panel with #bdc621 background
background-color: #bdc621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdc621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc621; background: linear-gradient(135deg, #bdc621, #4FC621);