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