#bfe080
a light, vivid green · cool · closest name: khaki
RGB
191, 224, 128
HSL
81°, 61%, 69%
CMYK
15, 0, 43, 12
Luminance
0.6595
Every format
| HEX | #bfe080 |
| RGB | rgb(191, 224, 128) |
| HSL | hsl(81, 61%, 69%) |
| CMYK | cmyk(15%, 0%, 43%, 12%) |
| LAB | lab(85.0 -26.2 43.4) |
| LCH | lch(85.0 50.6 121.1) |
| OKLCH | oklch(0.861 0.128 124.5) |
Copy-ready code
/* CSS */
color: #bfe080;
background-color: #bfe080;
/* Tailwind (arbitrary) */
class="text-[#bfe080] bg-[#bfe080]"
/* SCSS */
$brand: #bfe080;
/* SwiftUI */
Color(red: 0.749, green: 0.878, blue: 0.502)
/* Android */
Color.parseColor("#bfe080")Accessibility — WCAG contrast
Aa
#bfe080 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe080 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.8%
Blue50.2%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow42.9%
Key (black)12.2%
Color previews
#bfe080 text on a black background
contrast 14.19:1
Card sample
#bfe080 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe080;
Background color
Panel with #bfe080 background
background-color: #bfe080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 224, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 224, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe080; background: linear-gradient(135deg, #bfe080, #80E081);