#bacc21
a balanced, vivid yellow · cool · closest name: gold
RGB
186, 204, 33
HSL
66°, 72%, 47%
CMYK
9, 0, 84, 20
Luminance
0.5373
Every format
| HEX | #bacc21 |
| RGB | rgb(186, 204, 33) |
| HSL | hsl(66, 72%, 47%) |
| CMYK | cmyk(9%, 0%, 84%, 20%) |
| LAB | lab(78.3 -25.3 73.6) |
| LCH | lch(78.3 77.8 109.0) |
| OKLCH | oklch(0.804 0.177 116.1) |
Copy-ready code
/* CSS */
color: #bacc21;
background-color: #bacc21;
/* Tailwind (arbitrary) */
class="text-[#bacc21] bg-[#bacc21]"
/* SCSS */
$brand: #bacc21;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.129)
/* Android */
Color.parseColor("#bacc21")Accessibility — WCAG contrast
Aa
#bacc21 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacc21 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue12.9%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow83.8%
Key (black)20.0%
Color previews
#bacc21 text on a black background
contrast 11.75:1
Card sample
#bacc21 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacc21;
Background color
Panel with #bacc21 background
background-color: #bacc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacc21; background: linear-gradient(135deg, #bacc21, #48CC21);