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