#baec2c
a balanced, electric green · cool · closest name: yellow
RGB
186, 236, 44
HSL
76°, 84%, 55%
CMYK
21, 0, 81, 8
Luminance
0.7061
Every format
| HEX | #baec2c |
| RGB | rgb(186, 236, 44) |
| HSL | hsl(76, 84%, 55%) |
| CMYK | cmyk(21%, 0%, 81%, 8%) |
| LAB | lab(87.3 -39.7 78.8) |
| LCH | lch(87.3 88.2 116.8) |
| OKLCH | oklch(0.877 0.207 124.2) |
Copy-ready code
/* CSS */
color: #baec2c;
background-color: #baec2c;
/* Tailwind (arbitrary) */
class="text-[#baec2c] bg-[#baec2c]"
/* SCSS */
$brand: #baec2c;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.173)
/* Android */
Color.parseColor("#baec2c")Accessibility — WCAG contrast
Aa
#baec2c on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baec2c on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue17.3%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow81.4%
Key (black)7.5%
Color previews
#baec2c text on a black background
contrast 15.12:1
Card sample
#baec2c text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baec2c;
Background color
Panel with #baec2c background
background-color: #baec2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baec2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baec2c; background: linear-gradient(135deg, #baec2c, #3AEC2C);