#bac535
a balanced, vivid yellow · cool · closest name: olive
RGB
186, 197, 53
HSL
65°, 58%, 49%
CMYK
6, 0, 73, 23
Luminance
0.5063
Every format
| HEX | #bac535 |
| RGB | rgb(186, 197, 53) |
| HSL | hsl(65, 58%, 49%) |
| CMYK | cmyk(6%, 0%, 73%, 23%) |
| LAB | lab(76.5 -21.1 66.3) |
| LCH | lch(76.5 69.6 107.7) |
| OKLCH | oklch(0.790 0.160 113.9) |
Copy-ready code
/* CSS */
color: #bac535;
background-color: #bac535;
/* Tailwind (arbitrary) */
class="text-[#bac535] bg-[#bac535]"
/* SCSS */
$brand: #bac535;
/* SwiftUI */
Color(red: 0.729, green: 0.773, blue: 0.208)
/* Android */
Color.parseColor("#bac535")Accessibility — WCAG contrast
Aa
#bac535 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac535 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green77.3%
Blue20.8%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow73.1%
Key (black)22.7%
Color previews
#bac535 text on a black background
contrast 11.13:1
Card sample
#bac535 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac535;
Background color
Panel with #bac535 background
background-color: #bac535;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac535;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 197, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 197, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac535; background: linear-gradient(135deg, #bac535, #5AC535);