#bfff66
a light, electric green · cool · closest name: yellow
RGB
191, 255, 102
HSL
85°, 100%, 70%
CMYK
25, 0, 60, 0
Luminance
0.8356
Every format
| HEX | #bfff66 |
| RGB | rgb(191, 255, 102) |
| HSL | hsl(85, 100%, 70%) |
| CMYK | cmyk(25%, 0%, 60%, 0%) |
| LAB | lab(93.3 -42.9 65.0) |
| LCH | lch(93.3 77.9 123.4) |
| OKLCH | oklch(0.927 0.193 128.8) |
Copy-ready code
/* CSS */
color: #bfff66;
background-color: #bfff66;
/* Tailwind (arbitrary) */
class="text-[#bfff66] bg-[#bfff66]"
/* SCSS */
$brand: #bfff66;
/* SwiftUI */
Color(red: 0.749, green: 1.000, blue: 0.400)
/* Android */
Color.parseColor("#bfff66")Accessibility — WCAG contrast
Aa
#bfff66 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfff66 on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green100.0%
Blue40.0%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow60.0%
Key (black)0.0%
Color previews
#bfff66 text on a black background
contrast 17.71:1
Card sample
#bfff66 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfff66;
Background color
Panel with #bfff66 background
background-color: #bfff66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfff66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 255, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 255, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfff66; background: linear-gradient(135deg, #bfff66, #66FF73);