#bafd66
a light, electric green · cool · closest name: yellow
RGB
186, 253, 102
HSL
87°, 97%, 70%
CMYK
27, 0, 60, 1
Luminance
0.8165
Every format
| HEX | #bafd66 |
| RGB | rgb(186, 253, 102) |
| HSL | hsl(87, 97%, 70%) |
| CMYK | cmyk(27%, 0%, 60%, 1%) |
| LAB | lab(92.4 -43.8 64.0) |
| LCH | lch(92.4 77.5 124.4) |
| OKLCH | oklch(0.920 0.193 129.7) |
Copy-ready code
/* CSS */
color: #bafd66;
background-color: #bafd66;
/* Tailwind (arbitrary) */
class="text-[#bafd66] bg-[#bafd66]"
/* SCSS */
$brand: #bafd66;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.400)
/* Android */
Color.parseColor("#bafd66")Accessibility — WCAG contrast
Aa
#bafd66 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafd66 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue40.0%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow59.7%
Key (black)0.8%
Color previews
#bafd66 text on a black background
contrast 17.33:1
Card sample
#bafd66 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafd66;
Background color
Panel with #bafd66 background
background-color: #bafd66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafd66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafd66; background: linear-gradient(135deg, #bafd66, #66FD77);