#bbcad6
a light, soft blue · cool · closest name: silver
RGB
187, 202, 214
HSL
207°, 25%, 79%
CMYK
13, 6, 0, 16
Luminance
0.5766
Every format
| HEX | #bbcad6 |
| RGB | rgb(187, 202, 214) |
| HSL | hsl(207, 25%, 79%) |
| CMYK | cmyk(13%, 6%, 0%, 16%) |
| LAB | lab(80.5 -2.7 -7.7) |
| LCH | lch(80.5 8.2 250.7) |
| OKLCH | oklch(0.831 0.024 241.9) |
Copy-ready code
/* CSS */
color: #bbcad6;
background-color: #bbcad6;
/* Tailwind (arbitrary) */
class="text-[#bbcad6] bg-[#bbcad6]"
/* SCSS */
$brand: #bbcad6;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.839)
/* Android */
Color.parseColor("#bbcad6")Accessibility — WCAG contrast
Aa
#bbcad6 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcad6 on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue83.9%
CMYK percentages
Cyan12.6%
Magenta5.6%
Yellow0.0%
Key (black)16.1%
Color previews
#bbcad6 text on a black background
contrast 12.53:1
Card sample
#bbcad6 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcad6;
Background color
Panel with #bbcad6 background
background-color: #bbcad6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcad6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcad6; background: linear-gradient(135deg, #bbcad6, #BEBBD6);