#bcccc0
a light, muted green · cool · closest name: silver
RGB
188, 204, 192
HSL
135°, 14%, 77%
CMYK
8, 0, 6, 20
Luminance
0.5768
Every format
| HEX | #bcccc0 |
| RGB | rgb(188, 204, 192) |
| HSL | hsl(135, 14%, 77%) |
| CMYK | cmyk(8%, 0%, 6%, 20%) |
| LAB | lab(80.6 -7.7 4.1) |
| LCH | lch(80.6 8.7 151.8) |
| OKLCH | oklch(0.830 0.024 153.4) |
Copy-ready code
/* CSS */
color: #bcccc0;
background-color: #bcccc0;
/* Tailwind (arbitrary) */
class="text-[#bcccc0] bg-[#bcccc0]"
/* SCSS */
$brand: #bcccc0;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.753)
/* Android */
Color.parseColor("#bcccc0")Accessibility — WCAG contrast
Aa
#bcccc0 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcccc0 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue75.3%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow5.9%
Key (black)20.0%
Color previews
#bcccc0 text on a black background
contrast 12.54:1
Card sample
#bcccc0 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcccc0;
Background color
Panel with #bcccc0 background
background-color: #bcccc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcccc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcccc0; background: linear-gradient(135deg, #bcccc0, #BCCCCB);