#bcdbcf
a light, soft green · cool · closest name: silver
RGB
188, 219, 207
HSL
157°, 30%, 80%
CMYK
14, 0, 6, 14
Luminance
0.6586
Every format
| HEX | #bcdbcf |
| RGB | rgb(188, 219, 207) |
| HSL | hsl(157, 30%, 80%) |
| CMYK | cmyk(14%, 0%, 6%, 14%) |
| LAB | lab(84.9 -12.6 2.5) |
| LCH | lch(84.9 12.8 168.9) |
| OKLCH | oklch(0.865 0.037 170.1) |
Copy-ready code
/* CSS */
color: #bcdbcf;
background-color: #bcdbcf;
/* Tailwind (arbitrary) */
class="text-[#bcdbcf] bg-[#bcdbcf]"
/* SCSS */
$brand: #bcdbcf;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#bcdbcf")Accessibility — WCAG contrast
Aa
#bcdbcf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdbcf on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue81.2%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#bcdbcf text on a black background
contrast 14.17:1
Card sample
#bcdbcf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdbcf;
Background color
Panel with #bcdbcf background
background-color: #bcdbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdbcf; background: linear-gradient(135deg, #bcdbcf, #BCD2DB);