#bafd6b
a light, electric green · cool · closest name: khaki
RGB
186, 253, 107
HSL
88°, 97%, 71%
CMYK
27, 0, 58, 1
Luminance
0.8175
Every format
| HEX | #bafd6b |
| RGB | rgb(186, 253, 107) |
| HSL | hsl(88, 97%, 71%) |
| CMYK | cmyk(27%, 0%, 58%, 1%) |
| LAB | lab(92.5 -43.4 61.9) |
| LCH | lch(92.5 75.6 125.0) |
| OKLCH | oklch(0.920 0.189 130.1) |
Copy-ready code
/* CSS */
color: #bafd6b;
background-color: #bafd6b;
/* Tailwind (arbitrary) */
class="text-[#bafd6b] bg-[#bafd6b]"
/* SCSS */
$brand: #bafd6b;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.420)
/* Android */
Color.parseColor("#bafd6b")Accessibility — WCAG contrast
Aa
#bafd6b on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafd6b on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue42.0%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow57.7%
Key (black)0.8%
Color previews
#bafd6b text on a black background
contrast 17.35:1
Card sample
#bafd6b text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafd6b;
Background color
Panel with #bafd6b background
background-color: #bafd6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafd6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafd6b; background: linear-gradient(135deg, #bafd6b, #6BFD7D);