#bac44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
186, 196, 79
HSL
65°, 50%, 54%
CMYK
5, 0, 60, 23
Luminance
0.5048
Every format
| HEX | #bac44f |
| RGB | rgb(186, 196, 79) |
| HSL | hsl(65, 50%, 54%) |
| CMYK | cmyk(5%, 0%, 60%, 23%) |
| LAB | lab(76.4 -19.1 56.0) |
| LCH | lch(76.4 59.2 108.8) |
| OKLCH | oklch(0.790 0.141 113.7) |
Copy-ready code
/* CSS */
color: #bac44f;
background-color: #bac44f;
/* Tailwind (arbitrary) */
class="text-[#bac44f] bg-[#bac44f]"
/* SCSS */
$brand: #bac44f;
/* SwiftUI */
Color(red: 0.729, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#bac44f")Accessibility — WCAG contrast
Aa
#bac44f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac44f on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.9%
Blue31.0%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#bac44f text on a black background
contrast 11.10:1
Card sample
#bac44f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac44f;
Background color
Panel with #bac44f background
background-color: #bac44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac44f; background: linear-gradient(135deg, #bac44f, #6CC44F);