#bbcfdb
a light, soft blue · cool · closest name: silver
RGB
187, 207, 219
HSL
203°, 31%, 80%
CMYK
15, 6, 0, 14
Luminance
0.6030
Every format
| HEX | #bbcfdb |
| RGB | rgb(187, 207, 219) |
| HSL | hsl(203, 31%, 80%) |
| CMYK | cmyk(15%, 6%, 0%, 14%) |
| LAB | lab(82.0 -4.3 -8.2) |
| LCH | lch(82.0 9.3 242.4) |
| OKLCH | oklch(0.843 0.027 234.0) |
Copy-ready code
/* CSS */
color: #bbcfdb;
background-color: #bbcfdb;
/* Tailwind (arbitrary) */
class="text-[#bbcfdb] bg-[#bbcfdb]"
/* SCSS */
$brand: #bbcfdb;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#bbcfdb")Accessibility — WCAG contrast
Aa
#bbcfdb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfdb on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue85.9%
CMYK percentages
Cyan14.6%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#bbcfdb text on a black background
contrast 13.06:1
Card sample
#bbcfdb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfdb;
Background color
Panel with #bbcfdb background
background-color: #bbcfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfdb; background: linear-gradient(135deg, #bbcfdb, #BCBBDB);