#bfc821
a balanced, vivid yellow · cool · closest name: gold
RGB
191, 200, 33
HSL
63°, 72%, 46%
CMYK
5, 0, 84, 22
Luminance
0.5249
Every format
| HEX | #bfc821 |
| RGB | rgb(191, 200, 33) |
| HSL | hsl(63, 72%, 46%) |
| CMYK | cmyk(5%, 0%, 84%, 22%) |
| LAB | lab(77.6 -21.3 73.1) |
| LCH | lch(77.6 76.2 106.2) |
| OKLCH | oklch(0.799 0.171 113.0) |
Copy-ready code
/* CSS */
color: #bfc821;
background-color: #bfc821;
/* Tailwind (arbitrary) */
class="text-[#bfc821] bg-[#bfc821]"
/* SCSS */
$brand: #bfc821;
/* SwiftUI */
Color(red: 0.749, green: 0.784, blue: 0.129)
/* Android */
Color.parseColor("#bfc821")Accessibility — WCAG contrast
Aa
#bfc821 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc821 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green78.4%
Blue12.9%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow83.5%
Key (black)21.6%
Color previews
#bfc821 text on a black background
contrast 11.50:1
Card sample
#bfc821 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc821;
Background color
Panel with #bfc821 background
background-color: #bfc821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 200, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 200, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc821; background: linear-gradient(135deg, #bfc821, #50C821);