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