#bbcad5
a light, soft blue · cool · closest name: silver
RGB
187, 202, 213
HSL
205°, 24%, 78%
CMYK
12, 5, 0, 17
Luminance
0.5761
Every format
| HEX | #bbcad5 |
| RGB | rgb(187, 202, 213) |
| HSL | hsl(205, 24%, 78%) |
| CMYK | cmyk(12%, 5%, 0%, 17%) |
| LAB | lab(80.5 -2.9 -7.2) |
| LCH | lch(80.5 7.8 248.2) |
| OKLCH | oklch(0.831 0.022 239.5) |
Copy-ready code
/* CSS */
color: #bbcad5;
background-color: #bbcad5;
/* Tailwind (arbitrary) */
class="text-[#bbcad5] bg-[#bbcad5]"
/* SCSS */
$brand: #bbcad5;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.835)
/* Android */
Color.parseColor("#bbcad5")Accessibility — WCAG contrast
Aa
#bbcad5 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcad5 on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue83.5%
CMYK percentages
Cyan12.2%
Magenta5.2%
Yellow0.0%
Key (black)16.5%
Color previews
#bbcad5 text on a black background
contrast 12.52:1
Card sample
#bbcad5 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcad5;
Background color
Panel with #bbcad5 background
background-color: #bbcad5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcad5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcad5; background: linear-gradient(135deg, #bbcad5, #BDBBD5);