#bacf4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
186, 207, 79
HSL
70°, 57%, 56%
CMYK
10, 0, 62, 19
Luminance
0.5563
Every format
| HEX | #bacf4f |
| RGB | rgb(186, 207, 79) |
| HSL | hsl(70, 57%, 56%) |
| CMYK | cmyk(10%, 0%, 62%, 19%) |
| LAB | lab(79.4 -24.5 59.4) |
| LCH | lch(79.4 64.2 112.4) |
| OKLCH | oklch(0.814 0.154 117.9) |
Copy-ready code
/* CSS */
color: #bacf4f;
background-color: #bacf4f;
/* Tailwind (arbitrary) */
class="text-[#bacf4f] bg-[#bacf4f]"
/* SCSS */
$brand: #bacf4f;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#bacf4f")Accessibility — WCAG contrast
Aa
#bacf4f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacf4f on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue31.0%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow61.8%
Key (black)18.8%
Color previews
#bacf4f text on a black background
contrast 12.13:1
Card sample
#bacf4f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacf4f;
Background color
Panel with #bacf4f background
background-color: #bacf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacf4f; background: linear-gradient(135deg, #bacf4f, #65CF4F);