#bbcddb
a light, soft blue · cool · closest name: silver
RGB
187, 205, 219
HSL
206°, 31%, 80%
CMYK
15, 6, 0, 14
Luminance
0.5934
Every format
| HEX | #bbcddb |
| RGB | rgb(187, 205, 219) |
| HSL | hsl(206, 31%, 80%) |
| CMYK | cmyk(15%, 6%, 0%, 14%) |
| LAB | lab(81.5 -3.2 -9.0) |
| LCH | lch(81.5 9.6 250.2) |
| OKLCH | oklch(0.839 0.028 241.2) |
Copy-ready code
/* CSS */
color: #bbcddb;
background-color: #bbcddb;
/* Tailwind (arbitrary) */
class="text-[#bbcddb] bg-[#bbcddb]"
/* SCSS */
$brand: #bbcddb;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#bbcddb")Accessibility — WCAG contrast
Aa
#bbcddb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcddb on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue85.9%
CMYK percentages
Cyan14.6%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#bbcddb text on a black background
contrast 12.87:1
Card sample
#bbcddb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcddb;
Background color
Panel with #bbcddb background
background-color: #bbcddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcddb; background: linear-gradient(135deg, #bbcddb, #BEBBDB);