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