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