#bec1cf
a light, soft blue · warm · closest name: silver
RGB
190, 193, 207
HSL
229°, 15%, 78%
CMYK
8, 7, 0, 19
Luminance
0.5359
Every format
| HEX | #bec1cf |
| RGB | rgb(190, 193, 207) |
| HSL | hsl(229, 15%, 78%) |
| CMYK | cmyk(8%, 7%, 0%, 19%) |
| LAB | lab(78.2 1.7 -7.4) |
| LCH | lch(78.2 7.5 282.7) |
| OKLCH | oklch(0.813 0.020 276.3) |
Copy-ready code
/* CSS */
color: #bec1cf;
background-color: #bec1cf;
/* Tailwind (arbitrary) */
class="text-[#bec1cf] bg-[#bec1cf]"
/* SCSS */
$brand: #bec1cf;
/* SwiftUI */
Color(red: 0.745, green: 0.757, blue: 0.812)
/* Android */
Color.parseColor("#bec1cf")Accessibility — WCAG contrast
Aa
#bec1cf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec1cf on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green75.7%
Blue81.2%
CMYK percentages
Cyan8.2%
Magenta6.8%
Yellow0.0%
Key (black)18.8%
Color previews
#bec1cf text on a black background
contrast 11.72:1
Card sample
#bec1cf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec1cf;
Background color
Panel with #bec1cf background
background-color: #bec1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 193, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 193, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec1cf; background: linear-gradient(135deg, #bec1cf, #C6BECF);