#bec8cf
a light, soft blue · cool · closest name: silver
RGB
190, 200, 207
HSL
205°, 15%, 78%
CMYK
8, 3, 0, 19
Luminance
0.5676
Every format
| HEX | #bec8cf |
| RGB | rgb(190, 200, 207) |
| HSL | hsl(205, 15%, 78%) |
| CMYK | cmyk(8%, 3%, 0%, 19%) |
| LAB | lab(80.0 -2.0 -4.7) |
| LCH | lch(80.0 5.1 246.3) |
| OKLCH | oklch(0.827 0.015 238.1) |
Copy-ready code
/* CSS */
color: #bec8cf;
background-color: #bec8cf;
/* Tailwind (arbitrary) */
class="text-[#bec8cf] bg-[#bec8cf]"
/* SCSS */
$brand: #bec8cf;
/* SwiftUI */
Color(red: 0.745, green: 0.784, blue: 0.812)
/* Android */
Color.parseColor("#bec8cf")Accessibility — WCAG contrast
Aa
#bec8cf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec8cf on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green78.4%
Blue81.2%
CMYK percentages
Cyan8.2%
Magenta3.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bec8cf text on a black background
contrast 12.35:1
Card sample
#bec8cf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec8cf;
Background color
Panel with #bec8cf background
background-color: #bec8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 200, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 200, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec8cf; background: linear-gradient(135deg, #bec8cf, #BFBECF);