#bbcccd
a light, soft cyan · cool · closest name: silver
RGB
187, 204, 205
HSL
183°, 15%, 77%
CMYK
9, 1, 0, 20
Luminance
0.5816
Every format
| HEX | #bbcccd |
| RGB | rgb(187, 204, 205) |
| HSL | hsl(183, 15%, 77%) |
| CMYK | cmyk(9%, 1%, 0%, 20%) |
| LAB | lab(80.8 -5.5 -2.5) |
| LCH | lch(80.8 6.1 204.0) |
| OKLCH | oklch(0.833 0.018 201.1) |
Copy-ready code
/* CSS */
color: #bbcccd;
background-color: #bbcccd;
/* Tailwind (arbitrary) */
class="text-[#bbcccd] bg-[#bbcccd]"
/* SCSS */
$brand: #bbcccd;
/* SwiftUI */
Color(red: 0.733, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#bbcccd")Accessibility — WCAG contrast
Aa
#bbcccd on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcccd on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.0%
Blue80.4%
CMYK percentages
Cyan8.8%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#bbcccd text on a black background
contrast 12.63:1
Card sample
#bbcccd text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcccd;
Background color
Panel with #bbcccd background
background-color: #bbcccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcccd; background: linear-gradient(135deg, #bbcccd, #BBC0CD);