#baf641
a balanced, electric green · cool · closest name: yellow
RGB
186, 246, 65
HSL
80°, 91%, 61%
CMYK
24, 0, 74, 4
Luminance
0.7673
Every format
| HEX | #baf641 |
| RGB | rgb(186, 246, 65) |
| HSL | hsl(80, 91%, 61%) |
| CMYK | cmyk(24%, 0%, 74%, 4%) |
| LAB | lab(90.2 -43.2 75.5) |
| LCH | lch(90.2 87.0 119.8) |
| OKLCH | oklch(0.901 0.209 126.6) |
Copy-ready code
/* CSS */
color: #baf641;
background-color: #baf641;
/* Tailwind (arbitrary) */
class="text-[#baf641] bg-[#baf641]"
/* SCSS */
$brand: #baf641;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.255)
/* Android */
Color.parseColor("#baf641")Accessibility — WCAG contrast
Aa
#baf641 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf641 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue25.5%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow73.6%
Key (black)3.5%
Color previews
#baf641 text on a black background
contrast 16.35:1
Card sample
#baf641 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf641;
Background color
Panel with #baf641 background
background-color: #baf641;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf641;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf641; background: linear-gradient(135deg, #baf641, #41F641);