#bfcdbf
a light, muted green · cool · closest name: silver
RGB
191, 205, 191
HSL
120°, 12%, 78%
CMYK
7, 0, 7, 20
Luminance
0.5850
Every format
| HEX | #bfcdbf |
| RGB | rgb(191, 205, 191) |
| HSL | hsl(120, 12%, 78%) |
| CMYK | cmyk(7%, 0%, 7%, 20%) |
| LAB | lab(81.0 -7.4 5.3) |
| LCH | lch(81.0 9.1 144.1) |
| OKLCH | oklch(0.834 0.025 145.4) |
Copy-ready code
/* CSS */
color: #bfcdbf;
background-color: #bfcdbf;
/* Tailwind (arbitrary) */
class="text-[#bfcdbf] bg-[#bfcdbf]"
/* SCSS */
$brand: #bfcdbf;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#bfcdbf")Accessibility — WCAG contrast
Aa
#bfcdbf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcdbf on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue74.9%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#bfcdbf text on a black background
contrast 12.70:1
Card sample
#bfcdbf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcdbf;
Background color
Panel with #bfcdbf background
background-color: #bfcdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcdbf; background: linear-gradient(135deg, #bfcdbf, #BFCDC8);