#bfc3db
a light, soft blue · warm · closest name: silver
RGB
191, 195, 219
HSL
231°, 28%, 80%
CMYK
13, 11, 0, 14
Luminance
0.5522
Every format
| HEX | #bfc3db |
| RGB | rgb(191, 195, 219) |
| HSL | hsl(231, 28%, 80%) |
| CMYK | cmyk(13%, 11%, 0%, 14%) |
| LAB | lab(79.2 3.4 -12.4) |
| LCH | lch(79.2 12.9 285.1) |
| OKLCH | oklch(0.822 0.034 278.1) |
Copy-ready code
/* CSS */
color: #bfc3db;
background-color: #bfc3db;
/* Tailwind (arbitrary) */
class="text-[#bfc3db] bg-[#bfc3db]"
/* SCSS */
$brand: #bfc3db;
/* SwiftUI */
Color(red: 0.749, green: 0.765, blue: 0.859)
/* Android */
Color.parseColor("#bfc3db")Accessibility — WCAG contrast
Aa
#bfc3db on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc3db on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.5%
Blue85.9%
CMYK percentages
Cyan12.8%
Magenta11.0%
Yellow0.0%
Key (black)14.1%
Color previews
#bfc3db text on a black background
contrast 12.04:1
Card sample
#bfc3db text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc3db;
Background color
Panel with #bfc3db background
background-color: #bfc3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 195, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 195, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc3db; background: linear-gradient(135deg, #bfc3db, #CEBFDB);