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