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