#bafe00
a balanced, electric green · cool · closest name: yellow
RGB
186, 254, 0
HSL
76°, 100%, 50%
CMYK
27, 0, 100, 0
Luminance
0.8132
Every format
| HEX | #bafe00 |
| RGB | rgb(186, 254, 0) |
| HSL | hsl(76, 100%, 50%) |
| CMYK | cmyk(27%, 0%, 100%, 0%) |
| LAB | lab(92.3 -48.3 88.8) |
| LCH | lch(92.3 101.1 118.5) |
| OKLCH | oklch(0.917 0.236 126.7) |
Copy-ready code
/* CSS */
color: #bafe00;
background-color: #bafe00;
/* Tailwind (arbitrary) */
class="text-[#bafe00] bg-[#bafe00]"
/* SCSS */
$brand: #bafe00;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.000)
/* Android */
Color.parseColor("#bafe00")Accessibility — WCAG contrast
Aa
#bafe00 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafe00 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue0.0%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow100.0%
Key (black)0.4%
Color previews
#bafe00 text on a black background
contrast 17.26:1
Card sample
#bafe00 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafe00;
Background color
Panel with #bafe00 background
background-color: #bafe00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafe00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafe00; background: linear-gradient(135deg, #bafe00, #11FE00);