#bfd1ce
a light, soft cyan · cool · closest name: silver
RGB
191, 209, 206
HSL
170°, 16%, 78%
CMYK
9, 0, 1, 18
Luminance
0.6113
Every format
| HEX | #bfd1ce |
| RGB | rgb(191, 209, 206) |
| HSL | hsl(170, 16%, 78%) |
| CMYK | cmyk(9%, 0%, 1%, 18%) |
| LAB | lab(82.5 -6.6 -0.6) |
| LCH | lch(82.5 6.7 185.1) |
| OKLCH | oklch(0.846 0.020 184.8) |
Copy-ready code
/* CSS */
color: #bfd1ce;
background-color: #bfd1ce;
/* Tailwind (arbitrary) */
class="text-[#bfd1ce] bg-[#bfd1ce]"
/* SCSS */
$brand: #bfd1ce;
/* SwiftUI */
Color(red: 0.749, green: 0.820, blue: 0.808)
/* Android */
Color.parseColor("#bfd1ce")Accessibility — WCAG contrast
Aa
#bfd1ce on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd1ce on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.0%
Blue80.8%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow1.4%
Key (black)18.0%
Color previews
#bfd1ce text on a black background
contrast 13.23:1
Card sample
#bfd1ce text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd1ce;
Background color
Panel with #bfd1ce background
background-color: #bfd1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 209, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 209, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd1ce; background: linear-gradient(135deg, #bfd1ce, #BFC8D1);