#baec4f
a balanced, electric green · cool · closest name: yellow
RGB
186, 236, 79
HSL
79°, 81%, 62%
CMYK
21, 0, 67, 8
Luminance
0.7099
Every format
| HEX | #baec4f |
| RGB | rgb(186, 236, 79) |
| HSL | hsl(79, 81%, 62%) |
| CMYK | cmyk(21%, 0%, 67%, 8%) |
| LAB | lab(87.5 -38.0 67.9) |
| LCH | lch(87.5 77.8 119.2) |
| OKLCH | oklch(0.879 0.189 125.4) |
Copy-ready code
/* CSS */
color: #baec4f;
background-color: #baec4f;
/* Tailwind (arbitrary) */
class="text-[#baec4f] bg-[#baec4f]"
/* SCSS */
$brand: #baec4f;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.310)
/* Android */
Color.parseColor("#baec4f")Accessibility — WCAG contrast
Aa
#baec4f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baec4f on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue31.0%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow66.5%
Key (black)7.5%
Color previews
#baec4f text on a black background
contrast 15.20:1
Card sample
#baec4f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baec4f;
Background color
Panel with #baec4f background
background-color: #baec4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baec4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baec4f; background: linear-gradient(135deg, #baec4f, #52EC4F);