#bccbdb
a light, soft blue · cool · closest name: silver
RGB
188, 203, 219
HSL
211°, 30%, 80%
CMYK
14, 7, 0, 14
Luminance
0.5852
Every format
| HEX | #bccbdb |
| RGB | rgb(188, 203, 219) |
| HSL | hsl(211, 30%, 80%) |
| CMYK | cmyk(14%, 7%, 0%, 14%) |
| LAB | lab(81.0 -1.9 -9.7) |
| LCH | lch(81.0 9.8 259.1) |
| OKLCH | oklch(0.836 0.028 249.9) |
Copy-ready code
/* CSS */
color: #bccbdb;
background-color: #bccbdb;
/* Tailwind (arbitrary) */
class="text-[#bccbdb] bg-[#bccbdb]"
/* SCSS */
$brand: #bccbdb;
/* SwiftUI */
Color(red: 0.737, green: 0.796, blue: 0.859)
/* Android */
Color.parseColor("#bccbdb")Accessibility — WCAG contrast
Aa
#bccbdb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccbdb on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green79.6%
Blue85.9%
CMYK percentages
Cyan14.2%
Magenta7.3%
Yellow0.0%
Key (black)14.1%
Color previews
#bccbdb text on a black background
contrast 12.70:1
Card sample
#bccbdb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccbdb;
Background color
Panel with #bccbdb background
background-color: #bccbdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccbdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 203, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 203, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccbdb; background: linear-gradient(135deg, #bccbdb, #C2BCDB);