#bfcfd2
a light, soft cyan · cool · closest name: silver
RGB
191, 207, 210
HSL
190°, 17%, 79%
CMYK
9, 1, 0, 18
Luminance
0.6036
Every format
| HEX | #bfcfd2 |
| RGB | rgb(191, 207, 210) |
| HSL | hsl(190, 17%, 79%) |
| CMYK | cmyk(9%, 1%, 0%, 18%) |
| LAB | lab(82.0 -4.8 -3.3) |
| LCH | lch(82.0 5.9 214.8) |
| OKLCH | oklch(0.843 0.018 210.2) |
Copy-ready code
/* CSS */
color: #bfcfd2;
background-color: #bfcfd2;
/* Tailwind (arbitrary) */
class="text-[#bfcfd2] bg-[#bfcfd2]"
/* SCSS */
$brand: #bfcfd2;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.824)
/* Android */
Color.parseColor("#bfcfd2")Accessibility — WCAG contrast
Aa
#bfcfd2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfd2 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue82.4%
CMYK percentages
Cyan9.0%
Magenta1.4%
Yellow0.0%
Key (black)17.6%
Color previews
#bfcfd2 text on a black background
contrast 13.07:1
Card sample
#bfcfd2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfd2;
Background color
Panel with #bfcfd2 background
background-color: #bfcfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfd2; background: linear-gradient(135deg, #bfcfd2, #BFC2D2);