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