#bccdbf
a light, muted green · cool · closest name: silver
RGB
188, 205, 191
HSL
131°, 15%, 77%
CMYK
8, 0, 7, 20
Luminance
0.5812
Every format
| HEX | #bccdbf |
| RGB | rgb(188, 205, 191) |
| HSL | hsl(131, 15%, 77%) |
| CMYK | cmyk(8%, 0%, 7%, 20%) |
| LAB | lab(80.8 -8.4 5.0) |
| LCH | lch(80.8 9.8 149.2) |
| OKLCH | oklch(0.831 0.027 150.7) |
Copy-ready code
/* CSS */
color: #bccdbf;
background-color: #bccdbf;
/* Tailwind (arbitrary) */
class="text-[#bccdbf] bg-[#bccdbf]"
/* SCSS */
$brand: #bccdbf;
/* SwiftUI */
Color(red: 0.737, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#bccdbf")Accessibility — WCAG contrast
Aa
#bccdbf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccdbf on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.4%
Blue74.9%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#bccdbf text on a black background
contrast 12.62:1
Card sample
#bccdbf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccdbf;
Background color
Panel with #bccdbf background
background-color: #bccdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccdbf; background: linear-gradient(135deg, #bccdbf, #BCCDCA);