#bec7cd
a light, muted blue · cool · closest name: silver
RGB
190, 199, 205
HSL
204°, 13%, 78%
CMYK
7, 3, 0, 20
Luminance
0.5620
Every format
| HEX | #bec7cd |
| RGB | rgb(190, 199, 205) |
| HSL | hsl(204, 13%, 78%) |
| CMYK | cmyk(7%, 3%, 0%, 20%) |
| LAB | lab(79.7 -1.9 -4.1) |
| LCH | lch(79.7 4.5 244.7) |
| OKLCH | oklch(0.825 0.013 236.7) |
Copy-ready code
/* CSS */
color: #bec7cd;
background-color: #bec7cd;
/* Tailwind (arbitrary) */
class="text-[#bec7cd] bg-[#bec7cd]"
/* SCSS */
$brand: #bec7cd;
/* SwiftUI */
Color(red: 0.745, green: 0.780, blue: 0.804)
/* Android */
Color.parseColor("#bec7cd")Accessibility — WCAG contrast
Aa
#bec7cd on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec7cd on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green78.0%
Blue80.4%
CMYK percentages
Cyan7.3%
Magenta2.9%
Yellow0.0%
Key (black)19.6%
Color previews
#bec7cd text on a black background
contrast 12.24:1
Card sample
#bec7cd text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec7cd;
Background color
Panel with #bec7cd background
background-color: #bec7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 199, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 199, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec7cd; background: linear-gradient(135deg, #bec7cd, #BFBECD);