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