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