#bfc3da
a light, soft blue · warm · closest name: silver
RGB
191, 195, 218
HSL
231°, 27%, 80%
CMYK
12, 11, 0, 15
Luminance
0.5517
Every format
| HEX | #bfc3da |
| RGB | rgb(191, 195, 218) |
| HSL | hsl(231, 27%, 80%) |
| CMYK | cmyk(12%, 11%, 0%, 15%) |
| LAB | lab(79.1 3.1 -11.9) |
| LCH | lch(79.1 12.3 284.8) |
| OKLCH | oklch(0.821 0.033 277.8) |
Copy-ready code
/* CSS */
color: #bfc3da;
background-color: #bfc3da;
/* Tailwind (arbitrary) */
class="text-[#bfc3da] bg-[#bfc3da]"
/* SCSS */
$brand: #bfc3da;
/* SwiftUI */
Color(red: 0.749, green: 0.765, blue: 0.855)
/* Android */
Color.parseColor("#bfc3da")Accessibility — WCAG contrast
Aa
#bfc3da on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc3da on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.5%
Blue85.5%
CMYK percentages
Cyan12.4%
Magenta10.6%
Yellow0.0%
Key (black)14.5%
Color previews
#bfc3da text on a black background
contrast 12.03:1
Card sample
#bfc3da text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc3da;
Background color
Panel with #bfc3da background
background-color: #bfc3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 195, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 195, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc3da; background: linear-gradient(135deg, #bfc3da, #CDBFDA);