#bfcfc7
a light, muted green · cool · closest name: silver
RGB
191, 207, 199
HSL
150°, 14%, 78%
CMYK
8, 0, 4, 19
Luminance
0.5983
Every format
| HEX | #bfcfc7 |
| RGB | rgb(191, 207, 199) |
| HSL | hsl(150, 14%, 78%) |
| CMYK | cmyk(8%, 0%, 4%, 19%) |
| LAB | lab(81.7 -6.9 2.1) |
| LCH | lch(81.7 7.2 163.0) |
| OKLCH | oklch(0.840 0.021 164.5) |
Copy-ready code
/* CSS */
color: #bfcfc7;
background-color: #bfcfc7;
/* Tailwind (arbitrary) */
class="text-[#bfcfc7] bg-[#bfcfc7]"
/* SCSS */
$brand: #bfcfc7;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.780)
/* Android */
Color.parseColor("#bfcfc7")Accessibility — WCAG contrast
Aa
#bfcfc7 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfc7 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue78.0%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow3.9%
Key (black)18.8%
Color previews
#bfcfc7 text on a black background
contrast 12.97:1
Card sample
#bfcfc7 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfc7;
Background color
Panel with #bfcfc7 background
background-color: #bfcfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfc7; background: linear-gradient(135deg, #bfcfc7, #BFCCCF);