#bfcace
a light, muted cyan · cool · closest name: silver
RGB
191, 202, 206
HSL
196°, 13%, 78%
CMYK
7, 2, 0, 19
Luminance
0.5777
Every format
| HEX | #bfcace |
| RGB | rgb(191, 202, 206) |
| HSL | hsl(196, 13%, 78%) |
| CMYK | cmyk(7%, 2%, 0%, 19%) |
| LAB | lab(80.6 -3.0 -3.3) |
| LCH | lch(80.6 4.4 227.8) |
| OKLCH | oklch(0.832 0.013 221.5) |
Copy-ready code
/* CSS */
color: #bfcace;
background-color: #bfcace;
/* Tailwind (arbitrary) */
class="text-[#bfcace] bg-[#bfcace]"
/* SCSS */
$brand: #bfcace;
/* SwiftUI */
Color(red: 0.749, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#bfcace")Accessibility — WCAG contrast
Aa
#bfcace on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcace on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.2%
Blue80.8%
CMYK percentages
Cyan7.3%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#bfcace text on a black background
contrast 12.55:1
Card sample
#bfcace text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcace;
Background color
Panel with #bfcace background
background-color: #bfcace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcace; background: linear-gradient(135deg, #bfcace, #BFC0CE);