#bafd63
a light, electric green · cool · closest name: yellow
RGB
186, 253, 99
HSL
86°, 98%, 69%
CMYK
27, 0, 61, 1
Luminance
0.8159
Every format
| HEX | #bafd63 |
| RGB | rgb(186, 253, 99) |
| HSL | hsl(86, 98%, 69%) |
| CMYK | cmyk(27%, 0%, 61%, 1%) |
| LAB | lab(92.4 -44.0 65.2) |
| LCH | lch(92.4 78.7 124.0) |
| OKLCH | oklch(0.919 0.195 129.5) |
Copy-ready code
/* CSS */
color: #bafd63;
background-color: #bafd63;
/* Tailwind (arbitrary) */
class="text-[#bafd63] bg-[#bafd63]"
/* SCSS */
$brand: #bafd63;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.388)
/* Android */
Color.parseColor("#bafd63")Accessibility — WCAG contrast
Aa
#bafd63 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafd63 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue38.8%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow60.9%
Key (black)0.8%
Color previews
#bafd63 text on a black background
contrast 17.32:1
Card sample
#bafd63 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafd63;
Background color
Panel with #bafd63 background
background-color: #bafd63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafd63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafd63; background: linear-gradient(135deg, #bafd63, #63FD73);