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