#bec3ce
a light, muted blue · cool · closest name: silver
RGB
190, 195, 206
HSL
221°, 14%, 78%
CMYK
8, 5, 0, 19
Luminance
0.5443
Every format
| HEX | #bec3ce |
| RGB | rgb(190, 195, 206) |
| HSL | hsl(221, 14%, 78%) |
| CMYK | cmyk(8%, 5%, 0%, 19%) |
| LAB | lab(78.7 0.4 -6.1) |
| LCH | lch(78.7 6.1 273.8) |
| OKLCH | oklch(0.817 0.016 266.3) |
Copy-ready code
/* CSS */
color: #bec3ce;
background-color: #bec3ce;
/* Tailwind (arbitrary) */
class="text-[#bec3ce] bg-[#bec3ce]"
/* SCSS */
$brand: #bec3ce;
/* SwiftUI */
Color(red: 0.745, green: 0.765, blue: 0.808)
/* Android */
Color.parseColor("#bec3ce")Accessibility — WCAG contrast
Aa
#bec3ce on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec3ce on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green76.5%
Blue80.8%
CMYK percentages
Cyan7.8%
Magenta5.3%
Yellow0.0%
Key (black)19.2%
Color previews
#bec3ce text on a black background
contrast 11.89:1
Card sample
#bec3ce text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec3ce;
Background color
Panel with #bec3ce background
background-color: #bec3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 195, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 195, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec3ce; background: linear-gradient(135deg, #bec3ce, #C4BECE);