#bbcad7
a light, soft blue · cool · closest name: silver
RGB
187, 202, 215
HSL
208°, 26%, 79%
CMYK
13, 6, 0, 16
Luminance
0.5771
Every format
| HEX | #bbcad7 |
| RGB | rgb(187, 202, 215) |
| HSL | hsl(208, 26%, 79%) |
| CMYK | cmyk(13%, 6%, 0%, 16%) |
| LAB | lab(80.6 -2.5 -8.2) |
| LCH | lch(80.6 8.6 253.2) |
| OKLCH | oklch(0.832 0.025 244.2) |
Copy-ready code
/* CSS */
color: #bbcad7;
background-color: #bbcad7;
/* Tailwind (arbitrary) */
class="text-[#bbcad7] bg-[#bbcad7]"
/* SCSS */
$brand: #bbcad7;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.843)
/* Android */
Color.parseColor("#bbcad7")Accessibility — WCAG contrast
Aa
#bbcad7 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcad7 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue84.3%
CMYK percentages
Cyan13.0%
Magenta6.0%
Yellow0.0%
Key (black)15.7%
Color previews
#bbcad7 text on a black background
contrast 12.54:1
Card sample
#bbcad7 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcad7;
Background color
Panel with #bbcad7 background
background-color: #bbcad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcad7; background: linear-gradient(135deg, #bbcad7, #BFBBD7);