#bbcad0
a light, soft cyan · cool · closest name: silver
RGB
187, 202, 208
HSL
197°, 18%, 78%
CMYK
10, 3, 0, 18
Luminance
0.5736
Every format
| HEX | #bbcad0 |
| RGB | rgb(187, 202, 208) |
| HSL | hsl(197, 18%, 78%) |
| CMYK | cmyk(10%, 3%, 0%, 18%) |
| LAB | lab(80.4 -3.9 -4.7) |
| LCH | lch(80.4 6.1 230.5) |
| OKLCH | oklch(0.829 0.018 223.6) |
Copy-ready code
/* CSS */
color: #bbcad0;
background-color: #bbcad0;
/* Tailwind (arbitrary) */
class="text-[#bbcad0] bg-[#bbcad0]"
/* SCSS */
$brand: #bbcad0;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.816)
/* Android */
Color.parseColor("#bbcad0")Accessibility — WCAG contrast
Aa
#bbcad0 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcad0 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue81.6%
CMYK percentages
Cyan10.1%
Magenta2.9%
Yellow0.0%
Key (black)18.4%
Color previews
#bbcad0 text on a black background
contrast 12.47:1
Card sample
#bbcad0 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcad0;
Background color
Panel with #bbcad0 background
background-color: #bbcad0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcad0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcad0; background: linear-gradient(135deg, #bbcad0, #BBBCD0);