#bbc5cf
a light, soft blue · cool · closest name: silver
RGB
187, 197, 207
HSL
210°, 17%, 77%
CMYK
10, 5, 0, 19
Luminance
0.5500
Every format
| HEX | #bbc5cf |
| RGB | rgb(187, 197, 207) |
| HSL | hsl(210, 17%, 77%) |
| CMYK | cmyk(10%, 5%, 0%, 19%) |
| LAB | lab(79.0 -1.5 -6.2) |
| LCH | lch(79.0 6.3 256.7) |
| OKLCH | oklch(0.819 0.018 248.0) |
Copy-ready code
/* CSS */
color: #bbc5cf;
background-color: #bbc5cf;
/* Tailwind (arbitrary) */
class="text-[#bbc5cf] bg-[#bbc5cf]"
/* SCSS */
$brand: #bbc5cf;
/* SwiftUI */
Color(red: 0.733, green: 0.773, blue: 0.812)
/* Android */
Color.parseColor("#bbc5cf")Accessibility — WCAG contrast
Aa
#bbc5cf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc5cf on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green77.3%
Blue81.2%
CMYK percentages
Cyan9.7%
Magenta4.8%
Yellow0.0%
Key (black)18.8%
Color previews
#bbc5cf text on a black background
contrast 12.00:1
Card sample
#bbc5cf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc5cf;
Background color
Panel with #bbc5cf background
background-color: #bbc5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 197, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 197, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc5cf; background: linear-gradient(135deg, #bbc5cf, #BEBBCF);