#bcccce
a light, soft cyan · cool · closest name: silver
RGB
188, 204, 206
HSL
187°, 16%, 77%
CMYK
9, 1, 0, 19
Luminance
0.5833
Every format
| HEX | #bcccce |
| RGB | rgb(188, 204, 206) |
| HSL | hsl(187, 16%, 77%) |
| CMYK | cmyk(9%, 1%, 0%, 19%) |
| LAB | lab(80.9 -5.0 -2.9) |
| LCH | lch(80.9 5.8 209.6) |
| OKLCH | oklch(0.834 0.018 205.8) |
Copy-ready code
/* CSS */
color: #bcccce;
background-color: #bcccce;
/* Tailwind (arbitrary) */
class="text-[#bcccce] bg-[#bcccce]"
/* SCSS */
$brand: #bcccce;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#bcccce")Accessibility — WCAG contrast
Aa
#bcccce on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcccce on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue80.8%
CMYK percentages
Cyan8.7%
Magenta1.0%
Yellow0.0%
Key (black)19.2%
Color previews
#bcccce text on a black background
contrast 12.67:1
Card sample
#bcccce text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcccce;
Background color
Panel with #bcccce background
background-color: #bcccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcccce; background: linear-gradient(135deg, #bcccce, #BCC0CE);