#bacd09
a dark, electric yellow · cool · closest name: yellow
RGB
186, 205, 9
HSL
66°, 92%, 42%
CMYK
9, 0, 96, 20
Luminance
0.5412
Every format
| HEX | #bacd09 |
| RGB | rgb(186, 205, 9) |
| HSL | hsl(66, 92%, 42%) |
| CMYK | cmyk(9%, 0%, 96%, 20%) |
| LAB | lab(78.5 -26.2 77.6) |
| LCH | lch(78.5 81.9 108.7) |
| OKLCH | oklch(0.806 0.183 116.3) |
Copy-ready code
/* CSS */
color: #bacd09;
background-color: #bacd09;
/* Tailwind (arbitrary) */
class="text-[#bacd09] bg-[#bacd09]"
/* SCSS */
$brand: #bacd09;
/* SwiftUI */
Color(red: 0.729, green: 0.804, blue: 0.035)
/* Android */
Color.parseColor("#bacd09")Accessibility — WCAG contrast
Aa
#bacd09 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacd09 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.4%
Blue3.5%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow95.6%
Key (black)19.6%
Color previews
#bacd09 text on a black background
contrast 11.82:1
Card sample
#bacd09 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacd09;
Background color
Panel with #bacd09 background
background-color: #bacd09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacd09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 205, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 205, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacd09; background: linear-gradient(135deg, #bacd09, #37CD09);