#bafe49
a balanced, electric green · cool · closest name: yellow
RGB
186, 254, 73
HSL
83°, 99%, 64%
CMYK
27, 0, 71, 0
Luminance
0.8180
Every format
| HEX | #bafe49 |
| RGB | rgb(186, 254, 73) |
| HSL | hsl(83, 99%, 64%) |
| CMYK | cmyk(27%, 0%, 71%, 0%) |
| LAB | lab(92.5 -46.2 75.1) |
| LCH | lch(92.5 88.2 121.6) |
| OKLCH | oklch(0.920 0.214 128.2) |
Copy-ready code
/* CSS */
color: #bafe49;
background-color: #bafe49;
/* Tailwind (arbitrary) */
class="text-[#bafe49] bg-[#bafe49]"
/* SCSS */
$brand: #bafe49;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.286)
/* Android */
Color.parseColor("#bafe49")Accessibility — WCAG contrast
Aa
#bafe49 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafe49 on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue28.6%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow71.3%
Key (black)0.4%
Color previews
#bafe49 text on a black background
contrast 17.36:1
Card sample
#bafe49 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafe49;
Background color
Panel with #bafe49 background
background-color: #bafe49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafe49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafe49; background: linear-gradient(135deg, #bafe49, #49FE50);