#bab93f
a balanced, vivid yellow · cool · closest name: olive
RGB
186, 185, 63
HSL
60°, 49%, 49%
CMYK
0, 1, 66, 27
Luminance
0.4550
Every format
| HEX | #bab93f |
| RGB | rgb(186, 185, 63) |
| HSL | hsl(60, 49%, 49%) |
| CMYK | cmyk(0%, 1%, 66%, 27%) |
| LAB | lab(73.2 -14.6 59.4) |
| LCH | lch(73.2 61.2 103.8) |
| OKLCH | oklch(0.764 0.141 108.9) |
Copy-ready code
/* CSS */
color: #bab93f;
background-color: #bab93f;
/* Tailwind (arbitrary) */
class="text-[#bab93f] bg-[#bab93f]"
/* SCSS */
$brand: #bab93f;
/* SwiftUI */
Color(red: 0.729, green: 0.725, blue: 0.247)
/* Android */
Color.parseColor("#bab93f")Accessibility — WCAG contrast
Aa
#bab93f on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab93f on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow66.1%
Key (black)27.1%
Color previews
#bab93f text on a black background
contrast 10.10:1
Card sample
#bab93f text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab93f;
Background color
Panel with #bab93f background
background-color: #bab93f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab93f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 185, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 185, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab93f; background: linear-gradient(135deg, #bab93f, #69BA3F);