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