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