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