#bfcfac
a light, soft green · cool · closest name: beige
RGB
191, 207, 172
HSL
87°, 27%, 74%
CMYK
8, 0, 17, 19
Luminance
0.5868
Every format
| HEX | #bfcfac |
| RGB | rgb(191, 207, 172) |
| HSL | hsl(87, 27%, 74%) |
| CMYK | cmyk(8%, 0%, 17%, 19%) |
| LAB | lab(81.1 -11.7 15.6) |
| LCH | lch(81.1 19.5 126.8) |
| OKLCH | oklch(0.833 0.051 127.5) |
Copy-ready code
/* CSS */
color: #bfcfac;
background-color: #bfcfac;
/* Tailwind (arbitrary) */
class="text-[#bfcfac] bg-[#bfcfac]"
/* SCSS */
$brand: #bfcfac;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#bfcfac")Accessibility — WCAG contrast
Aa
#bfcfac on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfac on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue67.5%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#bfcfac text on a black background
contrast 12.74:1
Card sample
#bfcfac text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfac;
Background color
Panel with #bfcfac background
background-color: #bfcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfac; background: linear-gradient(135deg, #bfcfac, #ACCFB0);