#baf14e
a balanced, electric green · cool · closest name: yellow
RGB
186, 241, 78
HSL
80°, 85%, 63%
CMYK
23, 0, 68, 6
Luminance
0.7390
Every format
| HEX | #baf14e |
| RGB | rgb(186, 241, 78) |
| HSL | hsl(80, 85%, 63%) |
| CMYK | cmyk(23%, 0%, 68%, 6%) |
| LAB | lab(88.9 -40.3 69.7) |
| LCH | lch(88.9 80.5 120.0) |
| OKLCH | oklch(0.890 0.195 126.3) |
Copy-ready code
/* CSS */
color: #baf14e;
background-color: #baf14e;
/* Tailwind (arbitrary) */
class="text-[#baf14e] bg-[#baf14e]"
/* SCSS */
$brand: #baf14e;
/* SwiftUI */
Color(red: 0.729, green: 0.945, blue: 0.306)
/* Android */
Color.parseColor("#baf14e")Accessibility — WCAG contrast
Aa
#baf14e on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf14e on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.5%
Blue30.6%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow67.6%
Key (black)5.5%
Color previews
#baf14e text on a black background
contrast 15.78:1
Card sample
#baf14e text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf14e;
Background color
Panel with #baf14e background
background-color: #baf14e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf14e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 241, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 241, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf14e; background: linear-gradient(135deg, #baf14e, #4EF14E);