#bafc5f
a light, electric green · cool · closest name: yellow
RGB
186, 252, 95
HSL
85°, 96%, 68%
CMYK
26, 0, 62, 1
Luminance
0.8089
Every format
| HEX | #bafc5f |
| RGB | rgb(186, 252, 95) |
| HSL | hsl(85, 96%, 68%) |
| CMYK | cmyk(26%, 0%, 62%, 1%) |
| LAB | lab(92.1 -43.9 66.5) |
| LCH | lch(92.1 79.7 123.4) |
| OKLCH | oklch(0.917 0.197 129.1) |
Copy-ready code
/* CSS */
color: #bafc5f;
background-color: #bafc5f;
/* Tailwind (arbitrary) */
class="text-[#bafc5f] bg-[#bafc5f]"
/* SCSS */
$brand: #bafc5f;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.373)
/* Android */
Color.parseColor("#bafc5f")Accessibility — WCAG contrast
Aa
#bafc5f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafc5f on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue37.3%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow62.3%
Key (black)1.2%
Color previews
#bafc5f text on a black background
contrast 17.18:1
Card sample
#bafc5f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafc5f;
Background color
Panel with #bafc5f background
background-color: #bafc5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafc5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafc5f; background: linear-gradient(135deg, #bafc5f, #5FFC6C);