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