#bafe73
a light, electric green · cool · closest name: khaki
RGB
186, 254, 115
HSL
89°, 99%, 72%
CMYK
27, 0, 55, 0
Luminance
0.8256
Every format
| HEX | #bafe73 |
| RGB | rgb(186, 254, 115) |
| HSL | hsl(89, 99%, 72%) |
| CMYK | cmyk(27%, 0%, 55%, 0%) |
| LAB | lab(92.8 -43.0 58.9) |
| LCH | lch(92.8 72.9 126.2) |
| OKLCH | oklch(0.923 0.183 130.9) |
Copy-ready code
/* CSS */
color: #bafe73;
background-color: #bafe73;
/* Tailwind (arbitrary) */
class="text-[#bafe73] bg-[#bafe73]"
/* SCSS */
$brand: #bafe73;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.451)
/* Android */
Color.parseColor("#bafe73")Accessibility — WCAG contrast
Aa
#bafe73 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafe73 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue45.1%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow54.7%
Key (black)0.4%
Color previews
#bafe73 text on a black background
contrast 17.51:1
Card sample
#bafe73 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafe73;
Background color
Panel with #bafe73 background
background-color: #bafe73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafe73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafe73; background: linear-gradient(135deg, #bafe73, #73FE89);