#bfefac
a light, vivid green · cool · closest name: khaki
RGB
191, 239, 172
HSL
103°, 68%, 81%
CMYK
20, 0, 28, 6
Luminance
0.7579
Every format
| HEX | #bfefac |
| RGB | rgb(191, 239, 172) |
| HSL | hsl(103, 68%, 81%) |
| CMYK | cmyk(20%, 0%, 28%, 6%) |
| LAB | lab(89.8 -27.4 27.5) |
| LCH | lch(89.8 38.9 134.9) |
| OKLCH | oklch(0.902 0.102 137.0) |
Copy-ready code
/* CSS */
color: #bfefac;
background-color: #bfefac;
/* Tailwind (arbitrary) */
class="text-[#bfefac] bg-[#bfefac]"
/* SCSS */
$brand: #bfefac;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#bfefac")Accessibility — WCAG contrast
Aa
#bfefac on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfefac on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue67.5%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#bfefac text on a black background
contrast 16.16:1
Card sample
#bfefac text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfefac;
Background color
Panel with #bfefac background
background-color: #bfefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfefac; background: linear-gradient(135deg, #bfefac, #ACEFC6);