#bec6ce
a light, muted blue · cool · closest name: silver
RGB
190, 198, 206
HSL
210°, 14%, 78%
CMYK
8, 4, 0, 19
Luminance
0.5579
Every format
| HEX | #bec6ce |
| RGB | rgb(190, 198, 206) |
| HSL | hsl(210, 14%, 78%) |
| CMYK | cmyk(8%, 4%, 0%, 19%) |
| LAB | lab(79.5 -1.2 -4.9) |
| LCH | lch(79.5 5.1 256.5) |
| OKLCH | oklch(0.823 0.014 248.0) |
Copy-ready code
/* CSS */
color: #bec6ce;
background-color: #bec6ce;
/* Tailwind (arbitrary) */
class="text-[#bec6ce] bg-[#bec6ce]"
/* SCSS */
$brand: #bec6ce;
/* SwiftUI */
Color(red: 0.745, green: 0.776, blue: 0.808)
/* Android */
Color.parseColor("#bec6ce")Accessibility — WCAG contrast
Aa
#bec6ce on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec6ce on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green77.6%
Blue80.8%
CMYK percentages
Cyan7.8%
Magenta3.9%
Yellow0.0%
Key (black)19.2%
Color previews
#bec6ce text on a black background
contrast 12.16:1
Card sample
#bec6ce text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec6ce;
Background color
Panel with #bec6ce background
background-color: #bec6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 198, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 198, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec6ce; background: linear-gradient(135deg, #bec6ce, #C1BECE);