#bbc2cb
a light, muted blue · cool · closest name: silver
RGB
187, 194, 203
HSL
214°, 13%, 77%
CMYK
8, 4, 0, 20
Luminance
0.5346
Every format
| HEX | #bbc2cb |
| RGB | rgb(187, 194, 203) |
| HSL | hsl(214, 13%, 77%) |
| CMYK | cmyk(8%, 4%, 0%, 20%) |
| LAB | lab(78.2 -0.7 -5.3) |
| LCH | lch(78.2 5.4 263.0) |
| OKLCH | oklch(0.811 0.015 254.6) |
Copy-ready code
/* CSS */
color: #bbc2cb;
background-color: #bbc2cb;
/* Tailwind (arbitrary) */
class="text-[#bbc2cb] bg-[#bbc2cb]"
/* SCSS */
$brand: #bbc2cb;
/* SwiftUI */
Color(red: 0.733, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#bbc2cb")Accessibility — WCAG contrast
Aa
#bbc2cb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc2cb on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.1%
Blue79.6%
CMYK percentages
Cyan7.9%
Magenta4.4%
Yellow0.0%
Key (black)20.4%
Color previews
#bbc2cb text on a black background
contrast 11.69:1
Card sample
#bbc2cb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc2cb;
Background color
Panel with #bbc2cb background
background-color: #bbc2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 194, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 194, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc2cb; background: linear-gradient(135deg, #bbc2cb, #BFBBCB);