#bbc5db
a light, soft blue · cool · closest name: silver
RGB
187, 197, 219
HSL
221°, 31%, 80%
CMYK
15, 10, 0, 14
Luminance
0.5561
Every format
| HEX | #bbc5db |
| RGB | rgb(187, 197, 219) |
| HSL | hsl(221, 31%, 80%) |
| CMYK | cmyk(15%, 10%, 0%, 14%) |
| LAB | lab(79.4 1.0 -12.1) |
| LCH | lch(79.4 12.2 274.7) |
| OKLCH | oklch(0.823 0.033 266.1) |
Copy-ready code
/* CSS */
color: #bbc5db;
background-color: #bbc5db;
/* Tailwind (arbitrary) */
class="text-[#bbc5db] bg-[#bbc5db]"
/* SCSS */
$brand: #bbc5db;
/* SwiftUI */
Color(red: 0.733, green: 0.773, blue: 0.859)
/* Android */
Color.parseColor("#bbc5db")Accessibility — WCAG contrast
Aa
#bbc5db on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc5db on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green77.3%
Blue85.9%
CMYK percentages
Cyan14.6%
Magenta10.0%
Yellow0.0%
Key (black)14.1%
Color previews
#bbc5db text on a black background
contrast 12.12:1
Card sample
#bbc5db text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc5db;
Background color
Panel with #bbc5db background
background-color: #bbc5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 197, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 197, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc5db; background: linear-gradient(135deg, #bbc5db, #C6BBDB);