#bacf09
a dark, electric yellow · cool · closest name: yellow
RGB
186, 207, 9
HSL
66°, 92%, 42%
CMYK
10, 0, 96, 19
Luminance
0.5508
Every format
| HEX | #bacf09 |
| RGB | rgb(186, 207, 9) |
| HSL | hsl(66, 92%, 42%) |
| CMYK | cmyk(10%, 0%, 96%, 19%) |
| LAB | lab(79.1 -27.2 78.0) |
| LCH | lch(79.1 82.6 109.2) |
| OKLCH | oklch(0.810 0.185 116.9) |
Copy-ready code
/* CSS */
color: #bacf09;
background-color: #bacf09;
/* Tailwind (arbitrary) */
class="text-[#bacf09] bg-[#bacf09]"
/* SCSS */
$brand: #bacf09;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.035)
/* Android */
Color.parseColor("#bacf09")Accessibility — WCAG contrast
Aa
#bacf09 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacf09 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue3.5%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow95.7%
Key (black)18.8%
Color previews
#bacf09 text on a black background
contrast 12.02:1
Card sample
#bacf09 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacf09;
Background color
Panel with #bacf09 background
background-color: #bacf09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacf09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacf09; background: linear-gradient(135deg, #bacf09, #36CF09);