#bfc2d2
a light, soft blue · warm · closest name: silver
RGB
191, 194, 210
HSL
231°, 17%, 79%
CMYK
9, 8, 0, 18
Luminance
0.5431
Every format
| HEX | #bfc2d2 |
| RGB | rgb(191, 194, 210) |
| HSL | hsl(231, 17%, 79%) |
| CMYK | cmyk(9%, 8%, 0%, 18%) |
| LAB | lab(78.6 2.1 -8.3) |
| LCH | lch(78.6 8.6 283.9) |
| OKLCH | oklch(0.817 0.023 277.4) |
Copy-ready code
/* CSS */
color: #bfc2d2;
background-color: #bfc2d2;
/* Tailwind (arbitrary) */
class="text-[#bfc2d2] bg-[#bfc2d2]"
/* SCSS */
$brand: #bfc2d2;
/* SwiftUI */
Color(red: 0.749, green: 0.761, blue: 0.824)
/* Android */
Color.parseColor("#bfc2d2")Accessibility — WCAG contrast
Aa
#bfc2d2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc2d2 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.1%
Blue82.4%
CMYK percentages
Cyan9.0%
Magenta7.6%
Yellow0.0%
Key (black)17.6%
Color previews
#bfc2d2 text on a black background
contrast 11.86:1
Card sample
#bfc2d2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc2d2;
Background color
Panel with #bfc2d2 background
background-color: #bfc2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 194, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 194, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc2d2; background: linear-gradient(135deg, #bfc2d2, #C9BFD2);