#bfd0ce
a light, soft cyan · cool · closest name: silver
RGB
191, 208, 206
HSL
173°, 15%, 78%
CMYK
8, 0, 1, 18
Luminance
0.6064
Every format
| HEX | #bfd0ce |
| RGB | rgb(191, 208, 206) |
| HSL | hsl(173, 15%, 78%) |
| CMYK | cmyk(8%, 0%, 1%, 18%) |
| LAB | lab(82.2 -6.1 -1.0) |
| LCH | lch(82.2 6.2 189.1) |
| OKLCH | oklch(0.844 0.019 188.3) |
Copy-ready code
/* CSS */
color: #bfd0ce;
background-color: #bfd0ce;
/* Tailwind (arbitrary) */
class="text-[#bfd0ce] bg-[#bfd0ce]"
/* SCSS */
$brand: #bfd0ce;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.808)
/* Android */
Color.parseColor("#bfd0ce")Accessibility — WCAG contrast
Aa
#bfd0ce on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd0ce on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue80.8%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow1.0%
Key (black)18.4%
Color previews
#bfd0ce text on a black background
contrast 13.13:1
Card sample
#bfd0ce text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd0ce;
Background color
Panel with #bfd0ce background
background-color: #bfd0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd0ce; background: linear-gradient(135deg, #bfd0ce, #BFC7D0);