#bcccba
a light, soft green · cool · closest name: silver
RGB
188, 204, 186
HSL
113°, 15%, 77%
CMYK
8, 0, 9, 20
Luminance
0.5742
Every format
| HEX | #bcccba |
| RGB | rgb(188, 204, 186) |
| HSL | hsl(113, 15%, 77%) |
| CMYK | cmyk(8%, 0%, 9%, 20%) |
| LAB | lab(80.4 -8.8 7.1) |
| LCH | lch(80.4 11.3 140.9) |
| OKLCH | oklch(0.828 0.030 142.2) |
Copy-ready code
/* CSS */
color: #bcccba;
background-color: #bcccba;
/* Tailwind (arbitrary) */
class="text-[#bcccba] bg-[#bcccba]"
/* SCSS */
$brand: #bcccba;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#bcccba")Accessibility — WCAG contrast
Aa
#bcccba on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcccba on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue72.9%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#bcccba text on a black background
contrast 12.48:1
Card sample
#bcccba text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcccba;
Background color
Panel with #bcccba background
background-color: #bcccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcccba; background: linear-gradient(135deg, #bcccba, #BACCC4);