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