#bbc7db
a light, soft blue · cool · closest name: silver
RGB
187, 199, 219
HSL
218°, 31%, 80%
CMYK
15, 9, 0, 14
Luminance
0.5653
Every format
| HEX | #bbc7db |
| RGB | rgb(187, 199, 219) |
| HSL | hsl(218, 31%, 80%) |
| CMYK | cmyk(15%, 9%, 0%, 14%) |
| LAB | lab(79.9 -0.1 -11.3) |
| LCH | lch(79.9 11.3 269.6) |
| OKLCH | oklch(0.827 0.031 260.7) |
Copy-ready code
/* CSS */
color: #bbc7db;
background-color: #bbc7db;
/* Tailwind (arbitrary) */
class="text-[#bbc7db] bg-[#bbc7db]"
/* SCSS */
$brand: #bbc7db;
/* SwiftUI */
Color(red: 0.733, green: 0.780, blue: 0.859)
/* Android */
Color.parseColor("#bbc7db")Accessibility — WCAG contrast
Aa
#bbc7db on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc7db on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.0%
Blue85.9%
CMYK percentages
Cyan14.6%
Magenta9.1%
Yellow0.0%
Key (black)14.1%
Color previews
#bbc7db text on a black background
contrast 12.31:1
Card sample
#bbc7db text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc7db;
Background color
Panel with #bbc7db background
background-color: #bbc7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 199, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 199, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc7db; background: linear-gradient(135deg, #bbc7db, #C4BBDB);