#bac721
a balanced, vivid yellow · cool · closest name: gold
RGB
186, 199, 33
HSL
65°, 72%, 46%
CMYK
7, 0, 83, 22
Luminance
0.5140
Every format
| HEX | #bac721 |
| RGB | rgb(186, 199, 33) |
| HSL | hsl(65, 72%, 46%) |
| CMYK | cmyk(7%, 0%, 83%, 22%) |
| LAB | lab(76.9 -22.9 72.4) |
| LCH | lch(76.9 76.0 107.5) |
| OKLCH | oklch(0.793 0.172 114.5) |
Copy-ready code
/* CSS */
color: #bac721;
background-color: #bac721;
/* Tailwind (arbitrary) */
class="text-[#bac721] bg-[#bac721]"
/* SCSS */
$brand: #bac721;
/* SwiftUI */
Color(red: 0.729, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#bac721")Accessibility — WCAG contrast
Aa
#bac721 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac721 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.0%
Blue12.9%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#bac721 text on a black background
contrast 11.28:1
Card sample
#bac721 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac721;
Background color
Panel with #bac721 background
background-color: #bac721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac721; background: linear-gradient(135deg, #bac721, #4BC721);