#bfefbc
a light, vivid green · cool · closest name: beige
RGB
191, 239, 188
HSL
117°, 61%, 84%
CMYK
20, 0, 21, 6
Luminance
0.7644
Every format
| HEX | #bfefbc |
| RGB | rgb(191, 239, 188) |
| HSL | hsl(117, 61%, 84%) |
| CMYK | cmyk(20%, 0%, 21%, 6%) |
| LAB | lab(90.1 -24.9 19.7) |
| LCH | lch(90.1 31.8 141.6) |
| OKLCH | oklch(0.905 0.085 143.3) |
Copy-ready code
/* CSS */
color: #bfefbc;
background-color: #bfefbc;
/* Tailwind (arbitrary) */
class="text-[#bfefbc] bg-[#bfefbc]"
/* SCSS */
$brand: #bfefbc;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 0.737)
/* Android */
Color.parseColor("#bfefbc")Accessibility — WCAG contrast
Aa
#bfefbc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfefbc on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue73.7%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow21.3%
Key (black)6.3%
Color previews
#bfefbc text on a black background
contrast 16.29:1
Card sample
#bfefbc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfefbc;
Background color
Panel with #bfefbc background
background-color: #bfefbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfefbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfefbc; background: linear-gradient(135deg, #bfefbc, #BCEFDB);