#bbc4db
a light, soft blue · cool · closest name: silver
RGB
187, 196, 219
HSL
223°, 31%, 80%
CMYK
15, 11, 0, 14
Luminance
0.5516
Every format
| HEX | #bbc4db |
| RGB | rgb(187, 196, 219) |
| HSL | hsl(223, 31%, 80%) |
| CMYK | cmyk(15%, 11%, 0%, 14%) |
| LAB | lab(79.1 1.5 -12.5) |
| LCH | lch(79.1 12.6 277.0) |
| OKLCH | oklch(0.821 0.034 268.6) |
Copy-ready code
/* CSS */
color: #bbc4db;
background-color: #bbc4db;
/* Tailwind (arbitrary) */
class="text-[#bbc4db] bg-[#bbc4db]"
/* SCSS */
$brand: #bbc4db;
/* SwiftUI */
Color(red: 0.733, green: 0.769, blue: 0.859)
/* Android */
Color.parseColor("#bbc4db")Accessibility — WCAG contrast
Aa
#bbc4db on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc4db on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.9%
Blue85.9%
CMYK percentages
Cyan14.6%
Magenta10.5%
Yellow0.0%
Key (black)14.1%
Color previews
#bbc4db text on a black background
contrast 12.03:1
Card sample
#bbc4db text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc4db;
Background color
Panel with #bbc4db background
background-color: #bbc4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 196, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 196, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc4db; background: linear-gradient(135deg, #bbc4db, #C7BBDB);