#bececf
a light, soft cyan · cool · closest name: silver
RGB
190, 206, 207
HSL
184°, 15%, 78%
CMYK
8, 1, 0, 19
Luminance
0.5959
Every format
| HEX | #bececf |
| RGB | rgb(190, 206, 207) |
| HSL | hsl(184, 15%, 78%) |
| CMYK | cmyk(8%, 1%, 0%, 19%) |
| LAB | lab(81.6 -5.2 -2.4) |
| LCH | lch(81.6 5.7 204.3) |
| OKLCH | oklch(0.840 0.018 201.4) |
Copy-ready code
/* CSS */
color: #bececf;
background-color: #bececf;
/* Tailwind (arbitrary) */
class="text-[#bececf] bg-[#bececf]"
/* SCSS */
$brand: #bececf;
/* SwiftUI */
Color(red: 0.745, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#bececf")Accessibility — WCAG contrast
Aa
#bececf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bececf on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.8%
Blue81.2%
CMYK percentages
Cyan8.2%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#bececf text on a black background
contrast 12.92:1
Card sample
#bececf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bececf;
Background color
Panel with #bececf background
background-color: #bececf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bececf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bececf; background: linear-gradient(135deg, #bececf, #BEC3CF);