#bafe91
a light, electric green · cool · closest name: khaki
RGB
186, 254, 145
HSL
97°, 98%, 78%
CMYK
27, 0, 43, 0
Luminance
0.8337
Every format
| HEX | #bafe91 |
| RGB | rgb(186, 254, 145) |
| HSL | hsl(97, 98%, 78%) |
| CMYK | cmyk(27%, 0%, 43%, 0%) |
| LAB | lab(93.2 -39.8 45.4) |
| LCH | lch(93.2 60.3 131.2) |
| OKLCH | oklch(0.927 0.155 134.6) |
Copy-ready code
/* CSS */
color: #bafe91;
background-color: #bafe91;
/* Tailwind (arbitrary) */
class="text-[#bafe91] bg-[#bafe91]"
/* SCSS */
$brand: #bafe91;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.569)
/* Android */
Color.parseColor("#bafe91")Accessibility — WCAG contrast
Aa
#bafe91 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafe91 on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue56.9%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow42.9%
Key (black)0.4%
Color previews
#bafe91 text on a black background
contrast 17.67:1
Card sample
#bafe91 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafe91;
Background color
Panel with #bafe91 background
background-color: #bafe91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafe91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafe91; background: linear-gradient(135deg, #bafe91, #91FEB0);