#bff1b1
a light, vivid green · cool · closest name: aquamarine
RGB
191, 241, 177
HSL
107°, 70%, 82%
CMYK
21, 0, 27, 6
Luminance
0.7716
Every format
| HEX | #bff1b1 |
| RGB | rgb(191, 241, 177) |
| HSL | hsl(107, 70%, 82%) |
| CMYK | cmyk(21%, 0%, 27%, 6%) |
| LAB | lab(90.4 -27.6 25.8) |
| LCH | lch(90.4 37.8 136.9) |
| OKLCH | oklch(0.907 0.100 138.9) |
Copy-ready code
/* CSS */
color: #bff1b1;
background-color: #bff1b1;
/* Tailwind (arbitrary) */
class="text-[#bff1b1] bg-[#bff1b1]"
/* SCSS */
$brand: #bff1b1;
/* SwiftUI */
Color(red: 0.749, green: 0.945, blue: 0.694)
/* Android */
Color.parseColor("#bff1b1")Accessibility — WCAG contrast
Aa
#bff1b1 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bff1b1 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green94.5%
Blue69.4%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow26.6%
Key (black)5.5%
Color previews
#bff1b1 text on a black background
contrast 16.43:1
Card sample
#bff1b1 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bff1b1;
Background color
Panel with #bff1b1 background
background-color: #bff1b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bff1b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 241, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 241, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bff1b1; background: linear-gradient(135deg, #bff1b1, #B1F1CE);