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