#bac034
a balanced, vivid yellow · cool · closest name: olive
RGB
186, 192, 52
HSL
63°, 57%, 48%
CMYK
3, 0, 73, 25
Luminance
0.4839
Every format
| HEX | #bac034 |
| RGB | rgb(186, 192, 52) |
| HSL | hsl(63, 57%, 48%) |
| CMYK | cmyk(3%, 0%, 73%, 25%) |
| LAB | lab(75.1 -18.7 65.3) |
| LCH | lch(75.1 67.9 106.0) |
| OKLCH | oklch(0.779 0.155 112.0) |
Copy-ready code
/* CSS */
color: #bac034;
background-color: #bac034;
/* Tailwind (arbitrary) */
class="text-[#bac034] bg-[#bac034]"
/* SCSS */
$brand: #bac034;
/* SwiftUI */
Color(red: 0.729, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#bac034")Accessibility — WCAG contrast
Aa
#bac034 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac034 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green75.3%
Blue20.4%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#bac034 text on a black background
contrast 10.68:1
Card sample
#bac034 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac034;
Background color
Panel with #bac034 background
background-color: #bac034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac034; background: linear-gradient(135deg, #bac034, #5DC034);