#bfff80
a light, electric green · cool · closest name: khaki
RGB
191, 255, 128
HSL
90°, 100%, 75%
CMYK
25, 0, 50, 0
Luminance
0.8415
Every format
| HEX | #bfff80 |
| RGB | rgb(191, 255, 128) |
| HSL | hsl(90, 100%, 75%) |
| CMYK | cmyk(25%, 0%, 50%, 0%) |
| LAB | lab(93.5 -40.4 53.9) |
| LCH | lch(93.5 67.4 126.9) |
| OKLCH | oklch(0.930 0.171 131.1) |
Copy-ready code
/* CSS */
color: #bfff80;
background-color: #bfff80;
/* Tailwind (arbitrary) */
class="text-[#bfff80] bg-[#bfff80]"
/* SCSS */
$brand: #bfff80;
/* SwiftUI */
Color(red: 0.749, green: 1.000, blue: 0.502)
/* Android */
Color.parseColor("#bfff80")Accessibility — WCAG contrast
Aa
#bfff80 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfff80 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green100.0%
Blue50.2%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow49.8%
Key (black)0.0%
Color previews
#bfff80 text on a black background
contrast 17.83:1
Card sample
#bfff80 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfff80;
Background color
Panel with #bfff80 background
background-color: #bfff80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfff80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 255, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 255, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfff80; background: linear-gradient(135deg, #bfff80, #80FF96);