#bfff70
a light, electric green · cool · closest name: khaki
RGB
191, 255, 112
HSL
87°, 100%, 72%
CMYK
25, 0, 56, 0
Luminance
0.8377
Every format
| HEX | #bfff70 |
| RGB | rgb(191, 255, 112) |
| HSL | hsl(87, 100%, 72%) |
| CMYK | cmyk(25%, 0%, 56%, 0%) |
| LAB | lab(93.3 -42.0 60.9) |
| LCH | lch(93.3 74.0 124.6) |
| OKLCH | oklch(0.928 0.185 129.6) |
Copy-ready code
/* CSS */
color: #bfff70;
background-color: #bfff70;
/* Tailwind (arbitrary) */
class="text-[#bfff70] bg-[#bfff70]"
/* SCSS */
$brand: #bfff70;
/* SwiftUI */
Color(red: 0.749, green: 1.000, blue: 0.439)
/* Android */
Color.parseColor("#bfff70")Accessibility — WCAG contrast
Aa
#bfff70 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfff70 on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green100.0%
Blue43.9%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow56.1%
Key (black)0.0%
Color previews
#bfff70 text on a black background
contrast 17.75:1
Card sample
#bfff70 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfff70;
Background color
Panel with #bfff70 background
background-color: #bfff70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfff70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 255, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 255, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfff70; background: linear-gradient(135deg, #bfff70, #70FF81);