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