#bfeabf
a light, vivid green · cool · closest name: beige
RGB
191, 234, 191
HSL
120°, 51%, 83%
CMYK
18, 0, 18, 8
Luminance
0.7368
Every format
| HEX | #bfeabf |
| RGB | rgb(191, 234, 191) |
| HSL | hsl(120, 51%, 83%) |
| CMYK | cmyk(18%, 0%, 18%, 8%) |
| LAB | lab(88.8 -21.9 16.4) |
| LCH | lch(88.8 27.4 143.3) |
| OKLCH | oklch(0.895 0.073 144.9) |
Copy-ready code
/* CSS */
color: #bfeabf;
background-color: #bfeabf;
/* Tailwind (arbitrary) */
class="text-[#bfeabf] bg-[#bfeabf]"
/* SCSS */
$brand: #bfeabf;
/* SwiftUI */
Color(red: 0.749, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#bfeabf")Accessibility — WCAG contrast
Aa
#bfeabf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeabf on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.8%
Blue74.9%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow18.4%
Key (black)8.2%
Color previews
#bfeabf text on a black background
contrast 15.74:1
Card sample
#bfeabf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeabf;
Background color
Panel with #bfeabf background
background-color: #bfeabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeabf; background: linear-gradient(135deg, #bfeabf, #BFEADC);