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